Auto Responder

Reply to matching phrases with a per-channel cooldown.

Free

Reply to matching phrases with a per-channel cooldown.

Install Auto Responder 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

Paste a list of rules into Rules. For example:

[
  { "trigger": "hello", "response": "Hey there!", "regex": false }
]

This is a settings format, not a command script. Normal triggers match text without case sensitivity. Set regex to true only when you want a regular-expression pattern. Response cooldown applies to each trigger in each channel. The bot ignores messages from bots and replies with the configured response.

Settings reference

SettingDefaultDetails
Rules (required)JSON array of rules. Each rule: { "trigger": "word or regex", "response": "reply text", "regex": false }. Example: [{"trigger":"hello","response":"Hey there!","regex":false}]
Response cooldown (seconds)30Enter a number.

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.