dc_set_activity
dc_set_activity(type, text)
#
Sets the activity of the bot.
Input parameters#
Parameter | Type | Description |
---|---|---|
type |
String | The type of activity. |
text |
String | The text of the activity. |
Activity types#
String | Description |
---|---|
PLAYING |
Playing [text] |
STREAMING |
Streaming [text] |
LISTENING |
Listening to [text] |
WATCHING |
Watching [text] |
Output values#
Return values#
- Null, if successful.