🔢Getting bot's upvotes
Get currently valid upvotes your bot has (last 12h)
GET https://discords.com/bots/api/bot/:id/getvotes
This endpoint is not subject to caching so data will be visible right as a user upvotes.
Headers
Name
Type
Description
Authorization*
String
Your bot's Discords.com token
Content-Type*
String
application/json
{message: "count_updated", status: "success"}{message: "bot_not_found", status: "failed"}{message: "server_error", status: "failed"}Last updated