mirror of
https://github.com/aikar/commands.git
synced 2026-06-05 00:22:18 +00:00
oops missed replacement
This commit is contained in:
@@ -46,7 +46,7 @@ public class JDACommandManager extends CommandManager<
|
||||
public JDACommandManager(JDA jda, CommandConfig defaultConfig, JDACommandConfigProvider configProvider) {
|
||||
this.jda = jda;
|
||||
jda.addEventListener(new JDAListener(this));
|
||||
this.defaultConfig = defaultConfig == null ? new CommandConfig() : defaultConfig;
|
||||
this.defaultConfig = defaultConfig == null ? new JDACommandConfig() : defaultConfig;
|
||||
this.completions = new JDACommandCompletions(this);
|
||||
this.logger = Logger.getLogger(this.getClass().getSimpleName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user