Skip to content

Commit d8d629b

Browse files
committed
add custom option in setBotActivity
1 parent c7747bf commit d8d629b

2 files changed

Lines changed: 10 additions & 29 deletions

File tree

guide/Bot/setBotActivity.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
# $setBotActivity <Badge type="danger" text="Premium ONLY!" vertical="middle" />
1+
# `$setBotActivity` <Badge type="danger" text="Tier 4+ ONLY!" vertical="middle" />
22

3-
Sets the Custom Bot's activity.
3+
Set your bot's activity status (the text displayed under the bot's name).
44

55
## Usage
66

77
```bash
88
$setBotActivity[activity type;activity text]
99
```
1010

11-
> **Activity types are**: playing, streaming, listening, watching, competing
11+
**Parameters:**
12+
13+
* `activity type`: The type of activity. Valid options are: `playing`, `streaming`, `listening`, `watching`, `custom` and `competing`.
14+
* `activity text`: The text to display as the bot's activity.
15+
16+
## Examples
17+
18+
**Example:** Sets the bot's activity to "Listening to The Cosmos".
1219

13-
### Example:
1420
```bash
1521
$setBotActivity[listening;The Cosmos]
1622
```
1723

18-
### Output:
1924
![](https://i.imgur.com/KyYqUGU.png)

guide/Bot/setBotActivity_ai.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)