feat(statusrotator): change the statuses

This commit is contained in:
zv
2026-05-06 20:54:31 +02:00
parent 687c68ee41
commit d045ce0fb4
4 changed files with 61 additions and 3 deletions

View File

@@ -7,17 +7,32 @@ Cog for Red-DiscordBot that rotates the bot's playing status in a simple timed l
- Sets the bot activity to:
- `❓ Prefix: .help` for 60 seconds
- Then changes it to:
<<<<<<< HEAD
- `💻 I support 100+ commands` for 30 seconds
- Repeats this cycle forever in a loop
- Uses only `Playing` activity for both statuses
=======
- `🌐 nexa.zvcloud.net` for 60 seconds
- Then changes it to:
- `💻 I support 850+ commands` for 30 seconds
- Repeats this cycle forever in a loop
- Uses only `Playing` activity for all statuses
- Sets the bot status to `Do Not Disturb`
>>>>>>> a9c6c65 (feat(statusrotator): change the statuses)
## Rotation order
The status loop works like this:
1. `❓ Prefix: .help` for 60 seconds
<<<<<<< HEAD
2. `💻 I support 100+ commands` for 30 seconds
3. Repeat from the beginning
=======
2. `🌐 nexa.zvcloud.net` for 60 seconds
3. `💻 I support 850+ commands` for 30 seconds
4. Repeat from the beginning
>>>>>>> a9c6c65 (feat(statusrotator): change the statuses)
## Installation
@@ -25,4 +40,9 @@ The status loop works like this:
2. In Discord:
```text
[p]load statusrotator
<<<<<<< HEAD
[p]load statusrotator
=======
[p]load statusrotator
```
>>>>>>> a9c6c65 (feat(statusrotator): change the statuses)