Slash
0.11.0
Slash
/
tv.blademaker.slash
/
BaseSlashCommand
Base
Slash
Command
abstract
class
BaseSlashCommand
(
val
commandName
:
String
)
Constructors
Functions
Properties
Constructors
Base
Slash
Command
Link copied to clipboard
fun
BaseSlashCommand
(
commandName
:
String
)
Functions
add
Check
Link copied to clipboard
fun
addCheck
(
check
:
CommandExecutionCheck
)
add
Checks
Link copied to clipboard
fun
addChecks
(
checks
:
Collection
<
CommandExecutionCheck
>
)
remove
Check
Link copied to clipboard
fun
removeCheck
(
check
:
CommandExecutionCheck
)
remove
Checks
Link copied to clipboard
fun
removeChecks
(
checks
:
Collection
<
CommandExecutionCheck
>
)
Properties
command
Name
Link copied to clipboard
val
commandName
:
String