forked from Fascinated/Bat
impl ci
This commit is contained in:
@ -98,13 +98,7 @@ public class CommandService extends ListenerAdapter {
|
||||
});
|
||||
|
||||
// Register all commands
|
||||
for (BatCommand command : commands.values()) {
|
||||
if (command.getCommandData() == null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
jda.upsertCommand(command.getCommandData()).complete(); // Register the command on Discord
|
||||
}
|
||||
jda.updateCommands().addCommands(commands.values().stream().map(BatCommand::getCommandData).toList()).complete();
|
||||
log.info("Registered all slash commands in {}ms", System.currentTimeMillis() - before);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user