Update Server Count



This api can be used to change the server count and shard count displayed on the botlist.me page of your bot.

POST    https://api.botlist.me/api/v1/bots/:id/stats

Request

Path ParametersTypeRequiredDescription
idintegeryesID of bot to update server count
HeadersTypeRequiredDescription
authorizationstringyesBot Auth token that can be found by editing your bot
Body ParametersTypeRequiredDescription
server_countintegeryesServer count of the bot
shard_countintegernoServer count of the bot

Response

200 OK

Indicates that there was no errors with your request and stat update has succeeded.

{
    error: false
}