Class UnsafeMessageCommand

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

    
    public final class UnsafeMessageCommand<M extends ModalForm>
    extends MessageCommand<UnsafeMessageCommandContext<M>, M>
                        

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