DiscordKt
0.23.4
DiscordKt
/
me.jakejmattson.discordkt.commands
/
Execution
/
Execution
Execution
fun
<
T
:
CommandEvent
<
*
>
>
Execution
(
arguments
:
List
<
Argument
<
*
,
*
>
>
,
action
:
suspend
T
.
(
)
->
Unit
)
Content copied to clipboard
Parameters
arguments
The
Argument
s accepted by this execution.
action
The code to be run when this execution is fired.