Class AboutCommand
java.lang.Object
com.jagrosh.jdautilities.command.Interaction
com.jagrosh.jdautilities.command.Command
com.jagrosh.jdautilities.examples.command.AboutCommand
@CommandInfo(name="About",
description="Gets information about the bot.")
@Author("John Grosh (jagrosh)")
public class AboutCommand
extends Command
- Author:
- John Grosh (jagrosh)
-
Nested Class Summary
Nested classes/interfaces inherited from class com.jagrosh.jdautilities.command.Command
Command.Category -
Field Summary
Fields inherited from class com.jagrosh.jdautilities.command.Command
aliases, arguments, category, children, help, helpBiConsumer, hidden, name, requiredRole, usesTopicTagsFields inherited from class com.jagrosh.jdautilities.command.Interaction
botMissingPermMessage, botPermissions, cooldown, cooldownScope, guildOnly, nsfwOnly, ownerCommand, userMissingPermMessage, userPermissions -
Constructor Summary
ConstructorsConstructorDescriptionAboutCommand(Color color, String description, String[] features, net.dv8tion.jda.api.Permission... perms) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(CommandEvent event) The main body method of aCommand.voidsetIsAuthor(boolean value) voidsetReplacementCharacter(String value) Methods inherited from class com.jagrosh.jdautilities.command.Command
getAliases, getArguments, getCategory, getChildren, getCooldownError, getCooldownKey, getHelp, getName, getRequiredRole, isAllowed, isCommandFor, isGuildOnly, isHidden, runMethods inherited from class com.jagrosh.jdautilities.command.Interaction
getBotPermissions, getCooldown, getCooldownScope, getUserPermissions, isOwnerCommand
-
Constructor Details
-
AboutCommand
-
-
Method Details
-
setIsAuthor
public void setIsAuthor(boolean value) -
setReplacementCharacter
-
execute
Description copied from class:Command- Specified by:
executein classCommand- Parameters:
event- TheCommandEventthat triggered this Command
-