Skip to content

Commit 225e815

Browse files
committed
Release slash commands
1 parent ee5fcb3 commit 225e815

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ plugins {
3333
id("com.github.breadmoirai.github-release")
3434
}
3535

36-
val numberVersion = "3.107.2"
36+
val numberVersion = "3.108.0"
3737

3838
project.group = "ml.duncte123.skybot"
3939
project.version = "${numberVersion}_${getGitHash()}"

bot/src/main/java/ml/duncte123/skybot/listeners/ReadyShutdownListener.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ private void onReady(ReadyEvent event) {
100100
GuildUtils.loadAllPatrons(variables.getDatabase());
101101

102102
// Nice first attempt :)
103-
jda.getGuildById(191245668617158656L)
103+
jda
104+
//.getGuildById(191245668617158656L)
104105
.updateCommands()
105106
.addCommands(this.commandManager.getAllSlashCommands())
106107
.queue();

0 commit comments

Comments
 (0)