public class HelpCommand extends Command
Constructor and Description |
---|
HelpCommand() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getAliases() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.String |
getUsageInstructions() |
void |
onCommand(net.dv8tion.jda.events.message.MessageReceivedEvent e,
java.lang.String[] args) |
Command |
registerCommand(Command command) |
commandArgs, commandArgs, containsCommand, onMessageReceived, sendMessage, sendMessage
onEvent, onGenericGuild, onGenericGuildMember, onGenericGuildMessage, onGenericGuildRoleUpdate, onGenericMessage, onGenericPrivateMessage, onGenericTextChannel, onGenericTextChannelUpdate, onGenericUserEvent, onGenericVoice, onGenericVoiceChannel, onGenericVoiceChannelUpdate, onGuildJoin, onGuildLeave, onGuildMemberBan, onGuildMemberJoin, onGuildMemberLeave, onGuildMemberRoleAdd, onGuildMemberRoleRemove, onGuildMemberUnban, onGuildMessageDelete, onGuildMessageEmbed, onGuildMessageReceived, onGuildMessageUpdate, onGuildRoleCreate, onGuildRoleDelete, onGuildRoleUpdate, onGuildRoleUpdateColor, onGuildRoleUpdateGrouped, onGuildRoleUpdateName, onGuildRoleUpdatePermission, onGuildRoleUpdatePosition, onGuildUpdate, onInviteReceived, onMessageDelete, onMessageEmbed, onMessageUpdate, onPrivateChannelCreate, onPrivateMessageDelete, onPrivateMessageEmbed, onPrivateMessageReceived, onPrivateMessageUpdate, onReady, onTextChannelCreate, onTextChannelDelete, onTextChannelUpdateName, onTextChannelUpdatePermissions, onTextChannelUpdatePosition, onTextChannelUpdateTopic, onUserAvatarUpdate, onUserGameUpdate, onUserNameUpdate, onUserOnlineStatusUpdate, onUserTyping, onVoiceChannelCreate, onVoiceChannelDelete, onVoiceChannelUpdateName, onVoiceChannelUpdatePermissions, onVoiceChannelUpdatePosition, onVoiceDeaf, onVoiceJoin, onVoiceLeave, onVoiceMute, onVoiceSelfDeaf, onVoiceSelfMute, onVoiceServerDeaf, onVoiceServerMute
public void onCommand(net.dv8tion.jda.events.message.MessageReceivedEvent e, java.lang.String[] args)
public java.util.List<java.lang.String> getAliases()
getAliases
in class Command
public java.lang.String getDescription()
getDescription
in class Command
public java.lang.String getUsageInstructions()
getUsageInstructions
in class Command