Slash
16eb0b8
jvm
Slash
/
tv.blademaker.slash
/
BaseSlashCommand
Base
Slash
Command
abstract
class
BaseSlashCommand
(
val
commandName
:
String
)
:
InterceptorHandler
<
SlashCommandContext
,
SlashCommandInterceptor
>
Members
Constructors
Base
Slash
Command
Link copied to clipboard
constructor
(
commandName
:
String
)
Properties
command
Name
Link copied to clipboard
val
commandName
:
String
Functions
add
Interceptor
Link copied to clipboard
fun
addInterceptor
(
interceptor
:
SlashCommandInterceptor
)