mirror of
https://github.com/aikar/commands.git
synced 2026-06-15 20:20:36 +00:00
fix JDA default command
This commit is contained in:
@@ -48,4 +48,10 @@ public class JDARootCommand implements RootCommand {
|
||||
public String getCommandName() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public BaseCommand getDefCommand() {
|
||||
return defCommand;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user