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 ee5fcb3 commit 225e815Copy full SHA for 225e815
bot/build.gradle.kts
@@ -33,7 +33,7 @@ plugins {
33
id("com.github.breadmoirai.github-release")
34
}
35
36
-val numberVersion = "3.107.2"
+val numberVersion = "3.108.0"
37
38
project.group = "ml.duncte123.skybot"
39
project.version = "${numberVersion}_${getGitHash()}"
bot/src/main/java/ml/duncte123/skybot/listeners/ReadyShutdownListener.java
@@ -100,7 +100,8 @@ private void onReady(ReadyEvent event) {
100
GuildUtils.loadAllPatrons(variables.getDatabase());
101
102
// Nice first attempt :)
103
- jda.getGuildById(191245668617158656L)
+ jda
104
+ //.getGuildById(191245668617158656L)
105
.updateCommands()
106
.addCommands(this.commandManager.getAllSlashCommands())
107
.queue();
0 commit comments