Initial commit

This commit is contained in:
zv
2026-04-22 20:21:30 +02:00
commit 687c68ee41
3 changed files with 69 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# StatusRotator
Cog for Red-DiscordBot that rotates the bot's playing status in a simple timed loop.
## What it does
- Sets the bot activity to:
- `❓ Prefix: .help` for 60 seconds
- Then changes it to:
- `💻 I support 100+ commands` for 30 seconds
- Repeats this cycle forever in a loop
- Uses only `Playing` activity for both statuses
## Rotation order
The status loop works like this:
1. `❓ Prefix: .help` for 60 seconds
2. `💻 I support 100+ commands` for 30 seconds
3. Repeat from the beginning
## Installation
1. Put this cog folder in your custom cogs path.
2. In Discord:
```text
[p]load statusrotator