A  C  D  E  F  G  H  I  L  O  P  R  S  T  U  V  W  _ 

U

union(com.kotlindiscord.kord.extensions.commands.Arguments,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,com.kotlindiscord.kord.extensions.modules.unsafe.converters.GenericConverter,java.lang.String,com.kotlindiscord.kord.extensions.commands.converters.Validator) - function in com.kotlindiscord.kord.extensions.modules.unsafe.converters.UnionConverterKt
Create a union converter, for combining other converters into a single argument - with the caveat of type erasure.
UnionConverter - class in com.kotlindiscord.kord.extensions.modules.unsafe.converters
Experimental converter allowing for combining other converters together, with the caveat of type erasure.
UnionConverterKt - class in com.kotlindiscord.kord.extensions.modules.unsafe.converters
 
unlock() - function in com.kotlindiscord.kord.extensions.types.Lockable
 
UnsafeAPI - class in com.kotlindiscord.kord.extensions.modules.unsafe.annotations
Annotation used to mark unsafe APIs.
UnsafeInteractionContext - class in com.kotlindiscord.kord.extensions.modules.unsafe.types
Interface representing a generic, unsafe interaction action context.
UnsafeInteractionContextKt - class in com.kotlindiscord.kord.extensions.modules.unsafe.types
 
UnsafeMessageCommand - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Like a standard message command, but with less safety features.
unsafeMessageCommand(com.kotlindiscord.kord.extensions.extensions.Extension,com.kotlindiscord.kord.extensions.modules.unsafe.commands.UnsafeMessageCommand) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._CommandsKt
Register a custom instance of an unsafe message command.
unsafeMessageCommand(com.kotlindiscord.kord.extensions.extensions.Extension,kotlin.coroutines.SuspendFunction1) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._CommandsKt
Register an unsafe message command, DSL-style.
UnsafeMessageCommandContext - class in com.kotlindiscord.kord.extensions.modules.unsafe.contexts
Command context for an unsafe message command.
UnsafeMessageCommandFailedChecksEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe message command's checks fail.
UnsafeMessageCommandFailedWithExceptionEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe message command invocation fails with an exception.
UnsafeMessageCommandInvocationEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe message command is invoked.
UnsafeMessageCommandSucceededEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe message command invocation succeeds.
UnsafeSlashCommand - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Like a standard slash command, but with less safety features.
unsafeSlashCommand(com.kotlindiscord.kord.extensions.extensions.Extension,com.kotlindiscord.kord.extensions.modules.unsafe.commands.UnsafeSlashCommand) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._CommandsKt
Function for registering a custom unsafe slash command object.
unsafeSlashCommand(com.kotlindiscord.kord.extensions.extensions.Extension,kotlin.jvm.functions.Function0,kotlin.coroutines.SuspendFunction1) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._CommandsKt
DSL function for easily registering an unsafe slash command, with arguments.
unsafeSlashCommand(com.kotlindiscord.kord.extensions.extensions.Extension,kotlin.coroutines.SuspendFunction1) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._CommandsKt
DSL function for easily registering an unsafe slash command, without arguments.
UnsafeSlashCommandContext - class in com.kotlindiscord.kord.extensions.modules.unsafe.contexts
Command context for an unsafe slash command.
UnsafeSlashCommandFailedChecksEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe slash command's checks fail.
UnsafeSlashCommandFailedParsingEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe slash command's argument parsing fails.
UnsafeSlashCommandFailedWithExceptionEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe slash command invocation fails with an exception.
UnsafeSlashCommandInvocationEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe slash command is invoked.
UnsafeSlashCommandSucceededEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe slash command invocation succeeds.
unsafeSubCommand(com.kotlindiscord.kord.extensions.commands.application.slash.SlashCommand,com.kotlindiscord.kord.extensions.modules.unsafe.commands.UnsafeSlashCommand) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._SlashCommandsKt
Function for registering a custom unsafe slash command object, for subcommands.
unsafeSubCommand(com.kotlindiscord.kord.extensions.commands.application.slash.SlashCommand,kotlin.jvm.functions.Function0,kotlin.coroutines.SuspendFunction1) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._SlashCommandsKt
DSL function for easily registering an unsafe subcommand, with arguments.
unsafeSubCommand(com.kotlindiscord.kord.extensions.commands.application.slash.SlashCommand,kotlin.coroutines.SuspendFunction1) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._SlashCommandsKt
DSL function for easily registering an unsafe subcommand, without arguments.
unsafeSubCommand(com.kotlindiscord.kord.extensions.commands.application.slash.SlashGroup,com.kotlindiscord.kord.extensions.modules.unsafe.commands.UnsafeSlashCommand) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._SlashCommandsKt
Function for registering a custom unsafe slash command object, for subcommands.
unsafeSubCommand(com.kotlindiscord.kord.extensions.commands.application.slash.SlashGroup,kotlin.jvm.functions.Function0,kotlin.coroutines.SuspendFunction1) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._SlashCommandsKt
DSL function for easily registering an unsafe subcommand, with arguments.
unsafeSubCommand(com.kotlindiscord.kord.extensions.commands.application.slash.SlashGroup,kotlin.coroutines.SuspendFunction1) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._SlashCommandsKt
DSL function for easily registering an unsafe subcommand, without arguments.
UnsafeUserCommand - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Like a standard user command, but with less safety features.
unsafeUserCommand(com.kotlindiscord.kord.extensions.extensions.Extension,com.kotlindiscord.kord.extensions.modules.unsafe.commands.UnsafeUserCommand) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._CommandsKt
Register a custom instance of an unsafe user command.
unsafeUserCommand(com.kotlindiscord.kord.extensions.extensions.Extension,kotlin.coroutines.SuspendFunction1) - function in com.kotlindiscord.kord.extensions.modules.unsafe.extensions._CommandsKt
Register an unsafe user command, DSL-style.
UnsafeUserCommandContext - class in com.kotlindiscord.kord.extensions.modules.unsafe.contexts
Command context for an unsafe user command.
UnsafeUserCommandFailedChecksEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe user command's checks fail.
UnsafeUserCommandFailedWithExceptionEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe user command invocation fails with an exception.
UnsafeUserCommandInvocationEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe user command is invoked.
UnsafeUserCommandSucceededEvent - class in com.kotlindiscord.kord.extensions.modules.unsafe.commands
Event emitted when an unsafe user command invocation succeeds.
A  C  D  E  F  G  H  I  L  O  P  R  S  T  U  V  W  _