Class Interaction

Hierarchy

  • Interaction

Constructors

Properties

#client: Client
#replied: boolean = false
appPermissions: undefined | string
applicationId: bigint
channel: undefined | Channel
channelId: undefined | bigint
guildId: undefined | bigint
guildLocale?: Locales
id: bigint
locale?: Locales
member: undefined | Member
message: undefined | Message
token: string
user: undefined | User
version: number

Accessors

  • get command(): {
        name: string;
        subCommand?: string;
        subCommandGroup?: string;
    }
  • Returns {
        name: string;
        subCommand?: string;
        subCommandGroup?: string;
    }

    • name: string
    • Optional subCommand?: string
    • Optional subCommandGroup?: string
  • get options(): Record<string, undefined | string | number | boolean>
  • Returns Record<string, undefined | string | number | boolean>

Methods

Generated using TypeDoc