Slash
16eb0b8
jvm
Slash
/
tv.blademaker.slash.internal
/
ModalHandler
Modal
Handler
class
ModalHandler
(
val
parent
:
BaseSlashCommand
,
val
function
:
KFunction
<
*
>
)
:
Handler
Members
Constructors
Modal
Handler
Link copied to clipboard
constructor
(
parent
:
BaseSlashCommand
,
function
:
KFunction
<
*
>
)
Properties
function
Link copied to clipboard
open
override
val
function
:
KFunction
<
*
>
parent
Link copied to clipboard
open
override
val
parent
:
BaseSlashCommand
path
Link copied to clipboard
open
override
val
path
:
String
Functions
execute
Link copied to clipboard
suspend
fun
execute
(
ctx
:
ModalContext
)
matcher
Link copied to clipboard
fun
matcher
(
input
:
String
)
:
Matcher
matches
Link copied to clipboard
fun
matches
(
input
:
String
)
:
Boolean