Skip to main content

Overview

Reaction triggers (also known as autoreact) allow greed to automatically add emojis to messages that match specific keywords. This is perfect for community memes, automated polling, or highlighting specific topics.

Creating a Trigger

Add a new trigger by specifying the keyword and the emoji(s) you want greed to add.
,autoreact add (keyword) (emoji)
,autoreact add shadow 💀
,autoreact add greed 🔥
Image4[3]
Multiple Emojis: You can provide multiple emojis in a single trigger, and greed will add all of them.

Behavior & Logic

Word Matching

By default, greed will react if the keyword is found anywhere within the message content.
If your keyword contains spaces (e.g., “hello world”), you must wrap it in “quotes” for it to be recognized as a single trigger.

Restrictions

Whitelisting allows you to control where and for whom triggers are active.
Limit autoreacts to specific channels. If no channels are added, they work globally.
,autoreact channels add #channel
,autoreact channels remove #channel
,autoreact channels list
Only react to messages from members with specific roles.
,autoreact roles add @Role
,autoreact roles remove @Role
,autoreact roles list

Limits & Management

Server Limits

  • Free: Up to 50 reaction triggers per server.
  • Premium: Up to 500 reaction triggers per server.

Management Commands

  • ,autoreact list: See all active triggers and their linked emojis.
  • ,autoreact remove (keyword): Delete a specific trigger by its keyword.
  • ,autoreact clear: Remove all triggers from the server at once.