Package tv. blademaker. slash. internal
Types
Auto Complete Handler
Link copied to clipboard
class AutoCompleteHandler(parent: BaseSlashCommand, function: KFunction<*>) : Handler
Content copied to clipboard
Command Execution Check
Link copied to clipboard
typealias CommandExecutionCheck = suspend (ctx: SlashCommandContext) -> Boolean
Content copied to clipboard
Slash Command Handler
Link copied to clipboard
class SlashCommandHandler(parent: BaseSlashCommand, function: KFunction<*>) : Handler
Content copied to clipboard
Suspending Command Executor
Link copied to clipboard
open class SuspendingCommandExecutor(client: DefaultSlashCommandClient, rateLimit: RateLimitHandler) : CoroutineScope
Content copied to clipboard
Valid Option Types
Link copied to clipboard