aliases, arguments, botMissingPermMessage, botPermissions, category, children, cooldown, cooldownScope, guildOnly, help, helpBiConsumer, hidden, name, ownerCommand, requiredRole, userMissingPermMessage, userPermissions, usesTopicTags| Constructor and Description |
|---|
AboutCommand(java.awt.Color color,
java.lang.String description,
java.lang.String[] features,
net.dv8tion.jda.api.Permission... perms) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(com.jagrosh.jdautilities.command.CommandEvent event) |
void |
setIsAuthor(boolean value) |
void |
setReplacementCharacter(java.lang.String value) |
getAliases, getArguments, getBotPermissions, getCategory, getChildren, getCooldown, getCooldownError, getCooldownKey, getHelp, getName, getRequiredRole, getUserPermissions, isAllowed, isCommandFor, isGuildOnly, isHidden, isOwnerCommand, runpublic AboutCommand(java.awt.Color color,
java.lang.String description,
java.lang.String[] features,
net.dv8tion.jda.api.Permission... perms)
public void setIsAuthor(boolean value)
public void setReplacementCharacter(java.lang.String value)
protected void execute(com.jagrosh.jdautilities.command.CommandEvent event)
execute in class com.jagrosh.jdautilities.command.Command