Package-level declarations
Types
Link copied to clipboard
Sealed class representing the initial response types for an unsafe slash command.
Link copied to clipboard
class UnsafeSlashCommand<A : Arguments, M : UnsafeModalForm>(extension: Extension, val arguments: () -> A? = null, val modal: () -> M? = null, val parentCommand: SlashCommand<*, *, *>? = null, val parentGroup: SlashGroup? = null) : SlashCommand<UnsafeCommandSlashCommandContext<A, M>, A, M>
Like a standard slash command, but with less safety features.