Removed old DBUtils from OutfitCommand registration
This commit is contained in:
parent
8b05297c4c
commit
1cffa89d36
@ -69,7 +69,7 @@ public class Guthix implements MessageCreateListener {
|
||||
addCommand(new PingCommand());
|
||||
addCommand(new ColorCommand());
|
||||
addCommand(new ColorsCommand());
|
||||
addCommand(new OutfitCommand(db));
|
||||
addCommand(new OutfitCommand());
|
||||
addCommand(new SpecificOutfitCommand(db));
|
||||
addCommand(new HelpCommand(this));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user