Documentation
API
Votes

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/votes

Response

Not all keys are documented here, see here (opens in a new tab) for the full list

ResponseDescription
tsThe timestamps of a users votes. This is to avoid you having to store these yourself on your own DB
last_vote_timeThe time you last voted at
has_votedIf the user has Voted Recently (True or False)
premium_botWhether the bot has premium or not
vote_infoSome vote-related context such as vote_time etc.