choices property

Map<String, dynamic> choices
final

The choices for this command.

The keys are what is displayed in the Discord UI when the user selects your command and the values are what actually get sent to your command.

The values can be either Strings or ints.

You might also be interested in:

Implementation

final Map<String, dynamic> choices;