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
/
GuildSlashCommand
/
GuildSlashCommand
Guild
Slash
Command
constructor
(
name
:
String
,
description
:
String
,
category
:
String
,
requiredPermissions
:
Permissions
,
executions
:
MutableList
<
Execution
<
CommandEvent
<
*
>
>
>
=
mutableListOf()
)