/
docs
/
packages
/
builders
/
1.4.0
/
ApplicationCommandNumericOptionMinMaxValueMixin%3AClass
Search...
K
builders
discord.js
brokers
builders
collection
core
formatters
next
proxy
rest
util
voice
ws
1.4.0
main
1.9.0
1.8.2
1.8.1
1.8.0
1.7.0
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.10.0
1.1.0
1.0.0
0.16.0
Classes
ActionRowBuilder
ApplicationCommandNumericOptionMinMaxValueMixin
ApplicationCommandOptionBase
ApplicationCommandOptionChannelTypesMixin
ApplicationCommandOptionWithChoicesAndAutocompleteMixin
BaseSelectMenuBuilder
ButtonBuilder
ChannelSelectMenuBuilder
ComponentBuilder
ContextMenuCommandBuilder
EmbedBuilder
MentionableSelectMenuBuilder
ModalBuilder
RoleSelectMenuBuilder
SharedNameAndDescription
SharedSlashCommandOptions
SlashCommandAttachmentOption
SlashCommandBooleanOption
SlashCommandBuilder
SlashCommandChannelOption
SlashCommandIntegerOption
SlashCommandMentionableOption
SlashCommandNumberOption
SlashCommandRoleOption
SlashCommandStringOption
SlashCommandSubcommandBuilder
SlashCommandSubcommandGroupBuilder
SlashCommandUserOption
StringSelectMenuBuilder
StringSelectMenuOptionBuilder
TextInputBuilder
UserSelectMenuBuilder
Functions
blockQuote
bold
channelLink
channelMention
chatInputApplicationCommandMention
codeBlock
createComponentBuilder
embedLength
formatEmoji
hideLinkEmbed
hyperlink
inlineCode
italic
messageLink
normalizeArray
quote
roleMention
spoiler
strikethrough
time
underscore
userMention
Enums
Faces
Interfaces
EmbedImageData
IconData
MappedComponentTypes
SlashCommandBuilder
SlashCommandChannelOption
SlashCommandIntegerOption
SlashCommandNumberOption
SlashCommandOptionsOnlyBuilder
SlashCommandStringOption
SlashCommandSubcommandBuilder
SlashCommandSubcommandGroupBuilder
SlashCommandSubcommandsOnlyBuilder
ToAPIApplicationCommandOptions
Types
AnyAPIActionRowComponent
AnyComponentBuilder
ApplicationCommandOptionAllowedChannelTypes
ContextMenuCommandType
EmbedAuthorData
EmbedAuthorOptions
EmbedFooterData
EmbedFooterOptions
MessageActionRowComponentBuilder
MessageComponentBuilder
ModalActionRowComponentBuilder
ModalComponentBuilder
RestOrArray
RGBTuple
TimestampStylesString
Variables
disableValidators
enableValidators
isValidationEnabled
TimestampStyles
version
ApplicationCommandNumericOptionMinMaxValueMixin
declare abstract class
ApplicationCommandNumericOptionMinMaxValueMixin
declare abstract class
ApplicationCommandNumericOptionMinMaxValueMixin
Summary
No summary provided.
Properties
Readonly
max_value?
:
number
Readonly
min_value?
:
number
Methods
setMaxValue(max)
:
this
Sets the maximum number value of this option
Parameters
Name
Type
Optional
Description
max
number
No
The maximum value this option can be
setMinValue(min)
:
this
Sets the minimum number value of this option
Parameters
Name
Type
Optional
Description
min
number
No
The minimum value this option can be