Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommandHandlerOptions

Index

Properties

Optional bots

bots: boolean

Allow commands from bots

default

false

Optional caseInsensitiveCommand

caseInsensitiveCommand: boolean

Whether or not the command is case insensitive

default

true

Optional caseInsensitivePrefix

caseInsensitivePrefix: boolean

Whether or not the prefix is case insensitive

default

true

Optional default

default: Partial<Pick<CommandOptions, "interaction">>

Default CommandOptions ('command', 'exec', and 'aliases' cannot be defaulted)

Optional interactionGuild

interactionGuild: string

Only post interaction to one specific guild (ID)

Optional mentionPrefix

mentionPrefix: boolean

Whether or not to respond to your bot's @Mention

default

true

Optional reuseInteractions

reuseInteractions: boolean

If interactions previously posted should be reused when possible

default

true

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Static method

Generated using TypeDoc