📝
SlashDiscord.js
  • SlashDiscord.js (1.0.0)
  • Getting Started
    • Installation
    • Creating your first command
    • Inviting your bot
    • Sharding
  • Documentation
    • SlashCommandHandler
      • SlashCommandOptions
      • ClientLike
    • SlashCommand
      • ApplicationCommand
      • ApplicationCommandOption
      • ApplicationCommandChoice
      • ApplicationCommandType
    • SlashGuild
    • Interaction
      • IInteraction
      • InteractionData
      • InteractionOption<T = any>
      • InteractionType
      • InteractionFunction
      • InteractionMessageType
    • InteractionMessage
Powered by GitBook
On this page

Was this helpful?

  1. Documentation
  2. SlashCommand

ApplicationCommandChoice

The choice object for application command options.

Properties

Parameter

Type

Required

Description

name

string

true

This option's name.

value

number | string

true

This option's value.

PreviousApplicationCommandOptionNextApplicationCommandType

Last updated 4 years ago

Was this helpful?