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

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: "missing_authorization", status: "failed"}
{message: "bot_not_found", status: "failed"}
{message: "server_error", status: "failed"}
PreviousReceiving webhooksNextGetting bot's upvotes

Last updated 1 year ago

🤖
🔢