diff options
Diffstat (limited to 'src/main/java/commands/StatusHandler.java')
| -rw-r--r-- | src/main/java/commands/StatusHandler.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/commands/StatusHandler.java b/src/main/java/commands/StatusHandler.java index f6631d2..99ebc0c 100644 --- a/src/main/java/commands/StatusHandler.java +++ b/src/main/java/commands/StatusHandler.java @@ -31,6 +31,8 @@ public class StatusHandler { .addChoice("Organization", "org")) .addOption(OptionType.STRING, "id", "The name of the organization or the channel ID", true)) .queue(); + jda.upsertCommand(new CommandData("remove-config", "Removes the configuration for the channel this command is run in") + .addOption(OptionType.STRING, "term", "The channel ID or Organization")).queue(); } |
