PublicUserCommandInvocationEvent
data class PublicUserCommandInvocationEvent(val command: PublicUserCommand<*>, val event: UserCommandInteractionCreateEvent) : UserCommandInvocationEvent<PublicUserCommand<*>>
Event emitted when a public user command is invoked.