Bot Status
Bot statuses relayed during the lifecycle of the server
Throughout the lifecycle of your server, the bot can show different online statuses.
{
// ...
// Bot statuses relayed during the lifecycle of the server
"status": {
// Status while the server is starting
"starting": "IDLE",
// Status after the server has started
"started": "ONLINE",
// Status while the server is stopping
"stopping": "DO_NOT_DISTURB",
// Status after the server has stopped
"stopped": "OFFLINE"
},
// ...
}
You can choose from: ONLINE
, IDLE
, DO_NOT_DISTURB
, INVISIBLE
and OFFLINE
.
Last updated
Was this helpful?