LogoAntiRaid
Get

Get Bot Stats

Returns the bot's stats

GET
/bot-stats

Response Body

application/json

application/json

curl -X GET "https://loading/bot-stats"
{
  "shard_conns": {
    "property1": {
      "guilds": 0,
      "real_latency": 0,
      "status": "string",
      "total_uptime": 0,
      "uptime": 0
    },
    "property2": {
      "guilds": 0,
      "real_latency": 0,
      "status": "string",
      "total_uptime": 0,
      "uptime": 0
    }
  },
  "total_guilds": 0
}
{
  "code": "InternalAuthError",
  "message": "string"
}

Last updated on