fix JDA default command

This commit is contained in:
Aikar
2018-03-08 22:12:45 -05:00
parent 4622434315
commit 8be2d4f9c2
@@ -48,4 +48,10 @@ public class JDARootCommand implements RootCommand {
public String getCommandName() {
return this.name;
}
@Override
public BaseCommand getDefCommand() {
return defCommand;
}
}