Reaction Triggers

Automatically react to trigger messages.

Manually reacting to a message

You can use the react command to react to a message with evelina.

Syntax: ;react [message] [emoji]
Example: ;react .../channels/... :f_thumbsup:

Creating a reaction trigger

You can create a reaction trigger with the autoreact add command.

Syntax: ;autoreact add [content]
Example: ;autoreact add panda, :f_thumbsup:

Removing a reaction trigger

You can remove a reaction trigger with the autoreact remove command.

Syntax: ;autoreact remove [trigger]
Example: ;autoreact remove panda

Reacting to every message

If you’re interested in having reactions on every message, you can use the autoreact channel add command. This is useful for channels like #selfies where messages can be voted on.

Syntax: ;autoreact channel add [channel] [reactions]
Example: ;autoreact channel add #general 😍 😐 🤮

Removing all message reactions

You can use the autoreact channel remove command without emojis to remove all reactions.

Syntax: ;autoreact channel remove [channel]
Example: ;autoreact channel remove #general
Removing all reaction triggers

You can use the autoreact reset or autoreact channel reset command to remove all reaction triggers.

Viewing all reaction triggers

You can use the autoreact list command to view all reaction triggers.

Viewing all channels that are receiving reactions

You can use the autoreact channel list command to view all channels receiving reactions.

Last updated