feat(commands/bot): add help command and fix nested reloading

This commit is contained in:
2024-12-30 16:21:15 -05:00
parent d0402a58e9
commit e4af64fa99
6 changed files with 41 additions and 38 deletions

View File

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