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