We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c600d56 commit 6185aaeCopy full SHA for 6185aae
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>i.fran2019.BotMaster</groupId>
8
<artifactId>BotMasterDC</artifactId>
9
- <version>1.0.9</version>
+ <version>1.1.0</version>
10
11
<repositories>
12
<repository>
src/main/java/i/fran2019/BotMaster/Managers/CommandManager.java
@@ -50,7 +50,7 @@ public void registerCommand(Command cmd) {
50
protected void registerSlashCommands() {
51
if (!this.started) this.started = true;
52
53
- if (BotMaster.getBotMaster().getConfigManager().COMMANDS_SLASH_ENABLED) return;
+ if (!BotMaster.getBotMaster().getConfigManager().COMMANDS_SLASH_ENABLED) return;
54
55
BotMaster.getLogger().debug("[SlashCommands Loader] Starting");
56
0 commit comments