Slash
16eb0b8
jvm
Slash
/
tv.blademaker.slash
/
MessageCommand
Message
Command
abstract
class
MessageCommand
(
val
commandName
:
String
)
:
InterceptorHandler
<
MessageCommandContext
,
MessageCommandInterceptor
>
Members
Constructors
Message
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
:
MessageCommandInterceptor
)
handle
Link copied to clipboard
abstract
suspend
fun
handle
(
ctx
:
MessageCommandContext
)