Skip to content

Bot Activity

Bot Activity

Note

The activity status will be updated every 10 minutes. If your bot has multiple activities, it will switch to a different activity every 10 minutes.

Usage
{"type": "@@action@@", "name": "@@value@@ some text ...", "status": "online"}
Action Name Description
playing Display the playing status.
listening Display the listening status.
watching Display the watching status.
streaming Display the streaming status.
Value Name Description
guilds Number of guilds in the bot.
users Number of users in the voice channel.
players Number of players playing.
nodes Number of nodes are connected.
Status Description
online The bot is online.
offline The bot is offline.
idle The bot is idle.
dnd The bot is “Do Not Disturb”.
invisible The bot is “invisible”.

image

settings.json
"activity":[
    {"type": "listening", "name": "/help", "status": "online"}
]

image image

settings.json
"activity":[
    {"type": "listening", "name": "/help", "status": "online"}
    {"type": "listening", "name": "@@guilds@@ Guilds", "status": "online"}
    {"type": "watching", "name": "@@players@@ Players", "status": "idle"}
]