feat(commands/bot): add status

This commit is contained in:
2025-01-08 09:25:11 -05:00
parent e3982c064d
commit be77e62e53
3 changed files with 65 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ class Command(Enum):
RELOAD = "reload"
RESUME = "resume"
SKIP = "skip"
STATUS = "status"
UPTIME = "uptime"
VOLUME = "volume"