DiscordKt
Toggle table of contents
0.26.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DiscordKt
DiscordKt
/
me.jakejmattson.discordkt.commands
/
Execution
/
Execution
Execution
constructor
(
arguments
:
List
<
Argument
<
*
,
*
>
>
,
action
:
suspend
T
.
(
)
->
Unit
)
Parameters
arguments
The
Argument
s accepted by this execution.
action
The code to be run when this execution is fired.