- remove(String) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Use this method to remove existing commands.
- remove(String...) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Use this method to remove more than one command at a time.
- remove(Collection<String>) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Removes every label that is in the given Collection.
- removeChannelFromBlacklist(long) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Removes one channel from the blacklist.
- removeChannelsFromBlacklist(long...) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Removes one or more channels from the blacklist.
- removeChannelsFromBlackList(Collection<Long>) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Removes a given Collection of channel ids from the blacklist.
- removeHelpLabel(String) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
This method removes one specific help label from the help label Set.
- removeHelpLabels(String...) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
This can be used to remove some help labels, but not all of them.
- removeHelpLabels(Collection<String>) - Method in class com.github.johnnyjayjay.discord.commandapi.CommandSettings
-
Removes all labels from a Set.