forked from SteamWar/SteamWar
Fix stuff in DiscordBot
This commit is contained in:
@@ -210,7 +210,6 @@ public class DiscordBot {
|
|||||||
.map(command -> Commands.slash(command, command).addOptions(commandArgument))
|
.map(command -> Commands.slash(command, command).addOptions(commandArgument))
|
||||||
.toArray(CommandData[]::new))
|
.toArray(CommandData[]::new))
|
||||||
.queue();
|
.queue();
|
||||||
jda.getGuildById(690530484920385586L).updateCommands().queue();
|
|
||||||
|
|
||||||
jda.getGuildById(1241489896909180998L)
|
jda.getGuildById(1241489896909180998L)
|
||||||
.upsertCommand(vacationCommand.COMMAND)
|
.upsertCommand(vacationCommand.COMMAND)
|
||||||
|
|||||||
Reference in New Issue
Block a user