Package tv.blademaker.slash

Types

BaseSlashCommand
Link copied to clipboard
abstract class BaseSlashCommand(commandName: String)
DiscoveryResult
Link copied to clipboard
data class DiscoveryResult(elapsedTime: Long, commands: List<BaseSlashCommand>)
PermissionTarget
Link copied to clipboard
enum PermissionTarget : Enum<PermissionTarget>
SlashUtils
Link copied to clipboard
object SlashUtils