ChatCommandInvocationEvent
data class ChatCommandInvocationEvent(val command: ChatCommand<*>, val event: MessageCreateEvent) : CommandInvocationEvent<ChatCommand<*>, MessageCreateEvent>
Event emitted when a chat command is invoked.