Skip to main content

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).
,autoresponder add (trigger) (response) [flags]
,autoresponder add !help Please check our #rules for more info! --reply
,autoresponder add "ping" pong! --strict

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:
The responder will only trigger if the message content exactly matches the trigger keyword, with no other text around it.
greed will use the Discord “Reply” feature (mentioning the user) when delivering the response.

Advanced Triggers

If your trigger keyword contains spaces, wrap it in “quotes” (e.g., "good morning").
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

  • ,autoresponder list: View all configured responders.
  • ,autoresponder remove (trigger): Delete a specific responder.
  • ,autoresponder clear: Wipe all responders from the server.
  • ,autoresponder channels add #channel: Limit responders to specific channels.
  • ,autoresponder roles add @Role: Only trigger for users with specific roles.