DiscordBots.gg
  • API
  • Vote Webhooks
Powered by GitBook
On this page

Was this helpful?

API

Set Server Count

POST https://discordbots.gg/api/servers

This endpoint allows you to post your bot's server count.

Query Parameters

Name
Type
Description

client_id

number

Bot client id (Basically, bot user's ID)

count

number

Server/guild count.

Headers

Name
Type
Description

Authorization

string

Authentication token. Bearer <token>

{"success": true}
{"error": "unauthorised"}
{"error": "unknown_params"}

NextVote Webhooks

Last updated 1 year ago

Was this helpful?