ReferenceTypes
CommandScope
type CommandScope = "dm" | "channel";Defined in: packages/client/src/commands/command.ts:7
Where a command may be triggered: direct message, channel, or both.
type CommandScope = "dm" | "channel";Defined in: packages/client/src/commands/command.ts:7
Where a command may be triggered: direct message, channel, or both.