public class CommandEvent
extends net.dv8tion.jda.core.events.message.guild.GuildMessageReceivedEvent
| Modifier and Type | Class | Description |
|---|---|---|
static class |
CommandEvent.Command |
Describes an executed Command.
|
| Constructor | Description |
|---|---|
CommandEvent(net.dv8tion.jda.core.JDA api,
long responseNumber,
net.dv8tion.jda.core.entities.Message message,
CommandEvent.Command command) |
| Modifier and Type | Method | Description |
|---|---|---|
String[] |
getArgs() |
|
CommandEvent.Command |
getCommand() |
getChannel, getChannelType, getMessageId, getMessageIdLong, isFromTypepublic CommandEvent(net.dv8tion.jda.core.JDA api,
long responseNumber,
net.dv8tion.jda.core.entities.Message message,
CommandEvent.Command command)
public CommandEvent.Command getCommand()
public String[] getArgs()
Copyright © 2018. All rights reserved.