PublicMessageCommandInvocationEvent
data class PublicMessageCommandInvocationEvent(val command: PublicMessageCommand<*>, val event: MessageCommandInteractionCreateEvent) : MessageCommandInvocationEvent<PublicMessageCommand<*>>
Event emitted when a public message command is invoked.