mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add mp3 command
This commit is contained in:
parent
042f8b9ec6
commit
519ec0202f
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ from .zawarudo import ZawarudoCommand
|
|||
from .emojify import EmojifyCommand
|
||||
from .leagueoflegends import LeagueoflegendsCommand
|
||||
from .diarioquote import DiarioquoteCommand
|
||||
from .mp3 import Mp3Command
|
||||
|
||||
# Enter the commands of your Pack here!
|
||||
available_commands = [
|
||||
|
@ -48,6 +49,7 @@ available_commands = [
|
|||
EmojifyCommand,
|
||||
LeagueoflegendsCommand,
|
||||
DiarioquoteCommand,
|
||||
Mp3Command,
|
||||
]
|
||||
|
||||
# Don't change this, it should automatically generate __all__
|
||||
|
|
Loading…
Reference in a new issue