Package io.facet.chatcommands.events

Types

CommandEvent
Link copied to clipboard
abstract class CommandEvent(client: GatewayDiscordClient, shardInfo: ShardInfo, command: ChatCommand, source: ChatCommandSource) : Event
CommandExecutedEvent
Link copied to clipboard
class CommandExecutedEvent(client: GatewayDiscordClient, shardInfo: ShardInfo, command: ChatCommand, source: ChatCommandSource, aliasUsed: String) : CommandEvent