Discord.https - v3.0.16
    Preparing search index...

    Class ApplicationCommandNumericOptionMinMaxValueMixinAbstract

    This mixin holds minimum and maximum symbols used for options.

    Hierarchy (View Summary)

    Implemented by

    Index

    Constructors

    Properties

    max_value?: number

    The maximum value of this option.

    min_value?: number

    The minimum value of this option.

    Methods

    • Sets the maximum number value of this option.

      Parameters

      • max: number

        The maximum value this option can be

      Returns this

    • Sets the minimum number value of this option.

      Parameters

      • min: number

        The minimum value this option can be

      Returns this