Discords.com
  • Welcome
  • ⚛️Iridium Engine
    • 🎓Introduction
  • FypFans
    • 🎓Introduction
    • 🗣️Chat tools
  • 🤖Discords.com Bots
    • 🖨️Receiving webhooks
    • 🔢Updating server count
    • 🔢Getting bot's upvotes
Powered by GitBook
On this page
  1. Discords.com Bots

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: "missing_authorization", status: "failed"}
{message: "bot_not_found", status: "failed"}
{message: "server_error", status: "failed"}
PreviousUpdating server count

Last updated 1 year ago

🤖
🔢