feat(commands/tools): add lookup
This commit is contained in:
@@ -12,6 +12,7 @@ class Command(Enum):
|
||||
HELP = "help"
|
||||
JOIN = "join"
|
||||
LEAVE = "leave"
|
||||
LOOKUP = "lookup"
|
||||
PAUSE = "pause"
|
||||
PING = "ping"
|
||||
PLAY = "play"
|
||||
|
||||
Reference in New Issue
Block a user