The Responder (autoresponder) lets you set up custom triggers and automatic replies for your server. Use it to answer frequently asked questions, provide information, or add fun interactions for your community.

Add a Responder

To add a new responder, use:

,autoresponder add (trigger) (response) [--strict] [--reply]
  • --strict: Only triggers on an exact match (not just containing the phrase)
  • --reply: Makes the bot reply to the message instead of sending a new message

List Responders

See all responders currently set up in your server:

,autoresponder list

This command will display a list of all triggers, their responses, and any flags.

Remove a Responder

To remove a responder, use:

,autoresponder remove (trigger)

Replace hello with the trigger you want to remove.

Clear All Responders

To remove all responders from your server:

,autoresponder clear

Available Variables

You can use variables in your responder replies, such as {user} for the message author. See the /resources/variables page for a full list.