1
Fork 0
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:
Steffo 2019-11-08 17:24:40 +01:00
parent 042f8b9ec6
commit 519ec0202f

View file

@ -22,6 +22,7 @@ from .zawarudo import ZawarudoCommand
from .emojify import EmojifyCommand from .emojify import EmojifyCommand
from .leagueoflegends import LeagueoflegendsCommand from .leagueoflegends import LeagueoflegendsCommand
from .diarioquote import DiarioquoteCommand from .diarioquote import DiarioquoteCommand
from .mp3 import Mp3Command
# Enter the commands of your Pack here! # Enter the commands of your Pack here!
available_commands = [ available_commands = [
@ -48,6 +49,7 @@ available_commands = [
EmojifyCommand, EmojifyCommand,
LeagueoflegendsCommand, LeagueoflegendsCommand,
DiarioquoteCommand, DiarioquoteCommand,
Mp3Command,
] ]
# Don't change this, it should automatically generate __all__ # Don't change this, it should automatically generate __all__