gluon
    Preparing search index...

    Class CommandChoice

    Helps to create a choice for a command.

    Implements

    • CommandChoiceBuilder
    Index

    Constructors

    Properties

    defaultLocale: Locale
    name: undefined | string
    name_localizations?: CommandChoiceNameLocalizations
    value: undefined | string

    Methods

    • Sets the name of the choice.

      Parameters

      • name: string | CommandChoiceNameLocalizations

        Sets the name of the choice, or an object of names for localisation.

      Returns CommandChoice

    • Returns the correct Discord format for a command choice.

      Parameters

      • Optionalformat: JsonTypes
      • __namedParameters: { suppressValidation: boolean } = ...

      Returns {
          name: string;
          name_localizations: undefined | CommandChoiceNameLocalizations;
          value: string;
      }