Skip to main content

Type Alias: DiscordRespondMode

DiscordRespondMode = "mentions" | "auto" | "off"

Defined in: packages/sdk/src/types/discord-bot-types.ts:34

How the Discord bot decides whether to respond to messages.

  • 'mentions': Only respond when explicitly

Mentioned

  • 'auto': Use AI to decide whether to respond based on context
  • 'off': Don't auto-respond (only slash commands work)