CommandChoice
- interface CommandChoice
A single selectable option within a slash-command argument. When the user picks a choice, Discord sends the corresponding value to your handler rather than the display name.
exported from
lib.weeble.d
Properties
Property |
Type |
Description |
|---|---|---|
|
|
Display name of the choice visible to the user. |
|
|
Localized display names keyed by Discord locale code. |
|
|
Underlying value sent when the user picks this choice. |