diff --git a/royalnet/packs/royal/commands/__init__.py b/royalnet/packs/royal/commands/__init__.py index 88785ff3..016d8db9 100644 --- a/royalnet/packs/royal/commands/__init__.py +++ b/royalnet/packs/royal/commands/__init__.py @@ -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__