Overview
Auto responders allow greed to automatically reply to messages that contain specific keywords. This is a powerful tool for automated FAQs, community jokes, or server moderation warnings.Creating a Response
To create a new responder, you’ll need the trigger keyword and the response (text, embed, or script).Trigger Logic & Flags
You can fine-tune how sensitive your responder is and how it delivers the response.Configuration Flags
Add these at the end of your command:--strict
--strict
The responder will only trigger if the message content exactly matches the trigger keyword, with no other text around it.
Advanced Triggers
Multi-word triggers
Multi-word triggers
If your trigger keyword contains spaces, wrap it in “quotes” (e.g.,
"good morning").Dynamic Variables
Dynamic Variables
Use scripting variables like
{user}, {channel}, or {guild} in your responses to make them feel personal.Management & Limits
Server Limits
- Free: Up to 50 auto responders.
- Premium: Up to 500 auto responders.
Management Commands
Control Commands
Control Commands
,autoresponder list: View all configured responders.,autoresponder remove (trigger): Delete a specific responder.,autoresponder clear: Wipe all responders from the server.
Whitelisting
Whitelisting
,autoresponder channels add #channel: Limit responders to specific channels.,autoresponder roles add @Role: Only trigger for users with specific roles.