UnsafeUserCommandSucceededEvent
data class UnsafeUserCommandSucceededEvent(val command: UnsafeUserCommand<*>, val event: UserCommandInteractionCreateEvent) : UserCommandSucceededEvent<UnsafeUserCommand<*>>
Event emitted when an unsafe user command invocation succeeds.