Package io.facet.chatcommands.events
Types
CommandEvent
Link copied to clipboard
abstract class CommandEvent(client: GatewayDiscordClient, shardInfo: ShardInfo, command: ChatCommand, source: ChatCommandSource) : Event
Content copied to clipboard
CommandExecutedEvent
Link copied to clipboard
class CommandExecutedEvent(client: GatewayDiscordClient, shardInfo: ShardInfo, command: ChatCommand, source: ChatCommandSource, aliasUsed: String) : CommandEvent
Content copied to clipboard