feat(commands/bot): add ping
This commit is contained in:
@@ -13,6 +13,7 @@ class Command(Enum):
|
||||
JOIN = "join"
|
||||
LEAVE = "leave"
|
||||
PAUSE = "pause"
|
||||
PING = "ping"
|
||||
PLAY = "play"
|
||||
PLAYING = "playing"
|
||||
PURGE = "purge"
|
||||
|
||||
Reference in New Issue
Block a user