Votes
We offer a custom Voting System as a way for users to support their favorite bots.
Users can currently vote for a bot every 12 hours, with the exception of double vote time periods and premium bots (4 hours cooldown at this time)
Not all endpoints are documented here. See here (opens in a new tab) for more accurate documentation regarding our voting system
Get User Votes
GET
users/:userID/bots/:botID/votesResponse
Not all keys are documented here, see here (opens in a new tab) for the full list
Response | Description |
---|---|
ts | The timestamps of a users votes. This is to avoid you having to store these yourself on your own DB |
last_vote_time | The time you last voted at |
has_voted | If the user has Voted Recently (True or False) |
premium_bot | Whether the bot has premium or not |
vote_info | Some vote-related context such as vote_time etc. |