feat(commands/voice): add ff

This commit is contained in:
2025-01-06 13:29:31 -05:00
parent f06d8075ea
commit 439095116f
4 changed files with 30 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import constants
class Command(enum.Enum):
CLEAR = "clear"
EXECUTE = "execute"
FAST_FORWARD = "ff"
HELP = "help"
JOIN = "join"
LEAVE = "leave"