DiscordKt
0.23.4
DiscordKt
/
me.jakejmattson.discordkt.arguments
/
ChoiceArg
/
ChoiceArg
Choice
Arg
fun
<
T
>
ChoiceArg
(
name
:
String
,
description
:
String
=
internalLocale.choiceArgDescription
,
vararg
choices
:
T
)
Content copied to clipboard
Parameters
choices
The available choices. Can be any type, but associated by toString value.