Package tv.blademaker.slash.api

Types

BaseSlashCommand
Link copied to clipboard
abstract class BaseSlashCommand(commandName: String)
DefaultSlashCommandClient
Link copied to clipboard
open class DefaultSlashCommandClient(packageName: String) : SlashCommandClient, CoroutineScope
PermissionTarget
Link copied to clipboard
enum PermissionTarget : Enum<PermissionTarget>
SlashCommandClient
Link copied to clipboard
interface SlashCommandClient : EventListener
SlashCommandContext
Link copied to clipboard
interface SlashCommandContext
SlashCommandContextImpl
Link copied to clipboard
class SlashCommandContextImpl(commandClient: SlashCommandClient, event: SlashCommandEvent) : SlashCommandContext