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 Parameters | Type | Required | Description |
---|---|---|---|
id | integer | yes | ID of bot to update server count |
Headers | Type | Required | Description |
---|---|---|---|
authorization | string | yes | Bot Auth token that can be found by editing your bot |
Body Parameters | Type | Required | Description |
---|---|---|---|
server_count | integer | yes | Server count of the bot |
shard_count | integer | no | Server count of the bot |
Response
200 OK
Indicates that there was no errors with your request and stat update has succeeded.
{
error: false
}