Fix stuff in DiscordBot

This commit is contained in:
2025-08-02 11:36:08 +02:00
parent 70d0f179cc
commit 018b9a971f
@@ -210,7 +210,6 @@ public class DiscordBot {
.map(command -> Commands.slash(command, command).addOptions(commandArgument))
.toArray(CommandData[]::new))
.queue();
jda.getGuildById(690530484920385586L).updateCommands().queue();
jda.getGuildById(1241489896909180998L)
.upsertCommand(vacationCommand.COMMAND)