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.
The channel must either be set as imgonly
or have a slowmode of at least one minute.
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

Related commands
Last updated