feat(commands/voice): add sponsorblock command

This commit is contained in:
2025-01-24 17:51:25 -05:00
parent 256156b9d2
commit 26f81bd58f
6 changed files with 60 additions and 5 deletions

View File

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