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
/
CommandSetBuilder
/
text
text
fun
text
(
vararg
names
:
String
,
action
:
GuildTextCommand
.
(
)
->
Unit
)
Create a guild text command.
Parameters
names
The names of this command.
action
The command action.