Diswrap.js
  • Diswrap.js
  • Installation
  • Example Bot
  • Beta Information
  • Usage Agreement of Diswrap.js Pro
  • Classes
    • Client
    • commandsBuilder
    • commandsManager
    • publishCommand
  • Types
    • Commands
    • Intents
    • SlashCommandLocale
    • SlashCommandOperations
    • SlashCommandOptionType
  • Definitions
    • clientOptions
Powered by GitBook
On this page
  1. Types

SlashCommandOptionType

All the available slash command option types

{
    ATTACHMENT: "attachment",
    BOOLEAN: "boolean",
    CHANNEL: "channel",
    INTEGER: "integer",
    MENTIONABLE: "mentionable",
    NUMBER: "number",
    ROLE: "role",
    STRING: "string",
    USER: "user"
}
PreviousSlashCommandOperationsNextclientOptions

Last updated 2 years ago