yde
1.3.0
jvm
yde
/
io.github.ydwk.yde.builders.slash
/
SlashSubCommandGroup
Slash
Sub
Command
Group
class
SlashSubCommandGroup
(
val
name
:
String
,
val
description
:
String
)
(
source
)
Members
Constructors
Slash
Sub
Command
Group
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
)
Functions
add
Sub
Command
Link copied to clipboard
fun
addSubCommand
(
subCommand
:
SlashSubCommand
)
:
SlashSubCommandGroup
add
Sub
Commands
Link copied to clipboard
fun
addSubCommands
(
vararg
subCommands
:
SlashSubCommand
)
:
SlashSubCommandGroup
fun
addSubCommands
(
subCommands
:
List
<
SlashSubCommand
>
)
:
SlashSubCommandGroup
to
Json
Link copied to clipboard
fun
toJson
(
)
:
JsonNode
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String