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, usesTopicTags
Fields inherited from class com.jagrosh.jdautilities.command.Interaction
botMissingPermMessage, botPermissions, cooldown, cooldownScope, guildOnly, nsfwOnly, ownerCommand, userMissingPermMessage, userPermissions
-
Constructor Summary
ConstructorDescriptionAboutCommand
(Color color, String description, String[] features, net.dv8tion.jda.api.Permission... perms) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
execute
(CommandEvent event) The main body method of aCommand
.void
setIsAuthor
(boolean value) void
setReplacementCharacter
(String value) Methods inherited from class com.jagrosh.jdautilities.command.Command
getAliases, getArguments, getCategory, getChildren, getCooldownError, getCooldownKey, getHelp, getName, getRequiredRole, isAllowed, isCommandFor, isGuildOnly, isHidden, run
Methods 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:
execute
in classCommand
- Parameters:
event
- TheCommandEvent
that triggered this Command
-