mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Merge some things
This commit is contained in:
parent
9cbcce32da
commit
3bf52b92ed
3 changed files with 3 additions and 1 deletions
|
@ -55,6 +55,8 @@ class PlayNH(NetworkHandler):
|
|||
class PlayCommand(Command):
|
||||
name: str = "play"
|
||||
|
||||
aliases = ["p"]
|
||||
|
||||
description: str = "Aggiunge un url alla coda della chat vocale."
|
||||
|
||||
syntax = "[ [guild] ] (url)"
|
||||
|
|
Loading…
Reference in a new issue