We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80646fb commit 298f1beCopy full SHA for 298f1be
1 file changed
src/main/java/net/javadiscord/BotInitializer.java
@@ -46,7 +46,7 @@ private void initializeCommands() {
46
this.commandRegistry.register("help", new HelpCommand());
47
this.commandRegistry.register("messageCount", this.messageCountCommand);
48
this.commandRegistry.register("joinCount", this.joinCountCommand);
49
- this.commandRegistry.register("customQuery", this.customQueryCommand);
+ //this.commandRegistry.register("customQuery", this.customQueryCommand);
50
}
51
52
/**
0 commit comments