Custom Responses

Reply automatically when a message contains a configured keyword.

Starter

Reply automatically when a message contains a configured keyword.

Install Custom Responses from your bot’s Modules tab. Configure the settings below, save, and deploy the bot to apply changes. See module setup for shared setup steps.

Set up and use

Set Response map to a JSON object mapping keywords to replies:

{
  "rules": "Please read the rules channel.",
  "help": "Open a ticket from the support panel."
}

Matches ignore case and the first matching entry wins. This module currently supports message matching only; its listed /faq command has no reply handler. For slash commands and options, use the visual command editor. Avoid combining this module with FAQ Hub because both reserve /faq.

Settings reference

SettingDefaultDetails
Response map (required)Enter text.

Discord setup and troubleshooting

BotDen prepares the invite permission request automatically from your enabled modules and saved commands/events. Use the invite generated by BotDen.

Enable Message Content Intent in the Discord Developer Portal for this module. See privileged intents.

If the feature does not work after saving and deploying, see troubleshooting for intents, existing-server permissions, channel access, and role order.