UnsafeSlashCommandInvocationEvent
data class UnsafeSlashCommandInvocationEvent(val command: UnsafeSlashCommand<*, *>, val event: ChatInputCommandInteractionCreateEvent) : SlashCommandInvocationEvent<UnsafeSlashCommand<*, *>>
Event emitted when an unsafe slash command is invoked.