diskord
5.2.0
common
diskord-bot
/
com.jessecorbett.diskord.bot.interaction
/
CommandGroupBuilder
Command
Group
Builder
class
CommandGroupBuilder
:
SubcommandGroupBuilder
(
source
)
Members
Functions
slash
Command
Link copied to clipboard
fun
slashCommand
(
name
:
String
,
description
:
String
,
builder
:
CommandContext
<
ApplicationCommand
>
.
(
)
->
Unit
)
subgroup
Link copied to clipboard
fun
subgroup
(
name
:
String
,
description
:
String
,
builder
:
SubcommandGroupBuilder
.
(
)
->
Unit
)