Removed old DBUtils from OutfitCommand registration

This commit is contained in:
Aleksei 2020-02-27 00:51:44 -05:00
parent 8b05297c4c
commit 1cffa89d36

View File

@ -69,7 +69,7 @@ public class Guthix implements MessageCreateListener {
addCommand(new PingCommand()); addCommand(new PingCommand());
addCommand(new ColorCommand()); addCommand(new ColorCommand());
addCommand(new ColorsCommand()); addCommand(new ColorsCommand());
addCommand(new OutfitCommand(db)); addCommand(new OutfitCommand());
addCommand(new SpecificOutfitCommand(db)); addCommand(new SpecificOutfitCommand(db));
addCommand(new HelpCommand(this)); addCommand(new HelpCommand(this));
} }