Package tv.blademaker.slash.api

Types

BaseSlashCommand
Link copied to clipboard
abstract class BaseSlashCommand(commandName: String)
DiscoveryResult
Link copied to clipboard
data class DiscoveryResult(elapsedTime: Long, count: Int, commands: List<BaseSlashCommand>)
PermissionTarget
Link copied to clipboard
enum PermissionTarget : Enum<PermissionTarget>
SlashCommandContext
Link copied to clipboard
interface SlashCommandContext
SlashCommandContextImpl
Link copied to clipboard
class SlashCommandContextImpl(commandClient: SlashCommandClient, event: SlashCommandEvent) : SlashCommandContext
SlashUtils
Link copied to clipboard
object SlashUtils