Class UnsafeSlashCommand

  • All Implemented Interfaces:
    com.kotlindiscord.kord.extensions.koin.KordExKoinComponent , com.kotlindiscord.kord.extensions.types.Lockable , org.koin.core.component.KoinComponent

    
    public final class UnsafeSlashCommand<A extends Arguments, M extends ModalForm>
    extends SlashCommand<UnsafeSlashCommandContext<A, M>, A, M>
                        

    Like a standard slash command, but with less safety features.