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
/
GuildTextCommand
/
GuildTextCommand
Guild
Text
Command
constructor
(
names
:
List
<
String
>
,
description
:
String
=
""
,
category
:
String
,
requiredPermissions
:
Permissions
,
executions
:
MutableList
<
Execution
<
CommandEvent
<
*
>
>
>
=
mutableListOf()
)