Package com.kotlindiscord.kord.extensions.modules.unsafe.commands
See: Description
-
Class Summary Class Description UnsafeMessageCommandInvocationEvent Event emitted when an unsafe message command is invoked. UnsafeMessageCommandSucceededEvent Event emitted when an unsafe message command invocation succeeds. UnsafeMessageCommandFailedChecksEvent Event emitted when an unsafe message command's checks fail. UnsafeMessageCommandFailedWithExceptionEvent Event emitted when an unsafe message command invocation fails with an exception. UnsafeSlashCommandInvocationEvent Event emitted when an unsafe slash command is invoked. UnsafeSlashCommandSucceededEvent Event emitted when an unsafe slash command invocation succeeds. UnsafeSlashCommandFailedChecksEvent Event emitted when an unsafe slash command's checks fail. UnsafeSlashCommandFailedParsingEvent Event emitted when an unsafe slash command's argument parsing fails. UnsafeSlashCommandFailedWithExceptionEvent Event emitted when an unsafe slash command invocation fails with an exception. UnsafeUserCommandInvocationEvent Event emitted when an unsafe user command is invoked. UnsafeUserCommandSucceededEvent Event emitted when an unsafe user command invocation succeeds. UnsafeUserCommandFailedChecksEvent Event emitted when an unsafe user command's checks fail. UnsafeUserCommandFailedWithExceptionEvent Event emitted when an unsafe user command invocation fails with an exception. UnsafeMessageCommand Like a standard message command, but with less safety features. UnsafeSlashCommand Like a standard slash command, but with less safety features. UnsafeUserCommand Like a standard user command, but with less safety features.