Get Stats
Retrieve a bot's registered server count and shard count from Botliy.
GET /api/bots/:id/stats
(No Auth Required)
Response​
{
"error": false,
"server_count": 1450,
"shard_count": 2
}
Retrieve a bot's registered server count and shard count from Botliy.
GET /api/bots/:id/stats
(No Auth Required)
{
"error": false,
"server_count": 1450,
"shard_count": 2
}