📝
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. SlashCommandHandler

ClientLike

Contains client Token & Id.

Properties

Prameter

Type

Required

Default

Description

token

string

true

none

The token of the client, used for authorization.

id

string

true

none

Id of the client.

PreviousSlashCommandOptionsNextSlashCommand

Last updated 4 years ago

Was this helpful?