Skip to content

Commit 6185aae

Browse files
committed
1.1.0
Slash Commands Fix
1 parent c600d56 commit 6185aae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>i.fran2019.BotMaster</groupId>
88
<artifactId>BotMasterDC</artifactId>
9-
<version>1.0.9</version>
9+
<version>1.1.0</version>
1010

1111
<repositories>
1212
<repository>

src/main/java/i/fran2019/BotMaster/Managers/CommandManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void registerCommand(Command cmd) {
5050
protected void registerSlashCommands() {
5151
if (!this.started) this.started = true;
5252

53-
if (BotMaster.getBotMaster().getConfigManager().COMMANDS_SLASH_ENABLED) return;
53+
if (!BotMaster.getBotMaster().getConfigManager().COMMANDS_SLASH_ENABLED) return;
5454

5555
BotMaster.getLogger().debug("[SlashCommands Loader] Starting");
5656

0 commit comments

Comments
 (0)