🔢Updating server count
Update your bot's displayed server count.
POST https://discords.com/bots/api/bot/:id/setservers
Changes may take up to 30 minutes to apply globally due to search caching. Endpoint is moderated and it's abuse may result in a ban from using our services.
Headers
Name
Type
Description
Authorization*
String
Your bot's Discords.com token
Content-Type*
String
application/json
Request Body
Name
Type
Description
server_count*
Integer
The desired server count
{message: "count_updated", status: "success"}{message: "incomplete_request", status: "failed"}
OR
{message: "invalid_count", status: "failed"}{message: "bot_not_found", status: "failed"}{message: "server_error", status: "failed"}Last updated