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. Definitions

clientOptions

The options for the bot.

{
    "token": String,
    "intents": Array
}
Key
Required
Description
Default

token

The token for your bot

intents

The intents required by your bot

Intents.Guilds

PreviousSlashCommandOptionType

Last updated 2 years ago