Utility

Autoresponders

Reply automatically whenever a message matches a trigger phrase — perfect for FAQs, greetings, and canned answers.

An autoresponder watches messages and replies automatically when one matches a trigger you set. They are ideal for the questions that come up constantly ("how do I verify", "what's the invite", "gg"). There is no prefix and no command name, they just fire. Responses support the same embed variables.

Commands

The autoresponder command (alias ar) needs Manage Server:

,autoresponder add <trigger>, <response>   add a responder (comma separates the two)
,autoresponder remove <trigger>            remove responders for a trigger
,autoresponder list                        list responders and their match modes

The comma is required: everything before it is the trigger, everything after is the response.

Match flags

Add these to the add command to change behavior:

--contains          match anywhere the trigger appears, not just whole phrases
--reply             reply to the triggering message
--delete_trigger    delete the message that triggered the response
--self_destruct     delete the response after a short delay
--role <role>       only respond for members with that role

Example

,autoresponder add hello, Hey there {user.mention}!
,autoresponder add invite, Here's our link: discord.gg/example --contains --reply

Add and toggle responders on the Autoresponders dashboard page (it turns on with your first responder).