feat(commands/tools): add lookup

This commit is contained in:
2025-01-08 16:29:10 -05:00
parent aa4632b4dd
commit 849af9d394
5 changed files with 202 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ class Command(Enum):
HELP = "help"
JOIN = "join"
LEAVE = "leave"
LOOKUP = "lookup"
PAUSE = "pause"
PING = "ping"
PLAY = "play"