Skip to main content

Introduction

One of the most popular features, jar can automatically react to messages that contain specific keywords.

Setting up a reaction trigger

To setup a reaction trigger, use the rt add command, followed by the emoji and trigger you’d like to use.
reaction add <emoji> <trigger>
Reaction trigger added confirmation

Checking who made a reaction trigger

To check who made a reaction trigger, use the rt owner command, followed by the trigger you’d like to check.
reaction owner <trigger>
Reaction trigger owner

Listing all reaction triggers

To list all reaction triggers in your server, use the rt list command.
reaction list
Reaction triggers list

Removing a reaction trigger

To remove a reaction trigger, use the rt remove command, followed by the emoji and trigger you’d like to remove.
reaction remove <emoji> <trigger>
Reaction trigger removed confirmation

Removing all reactions for a trigger

To remove all reactions for a trigger, use the rt removeall command, followed by the trigger you’d like to remove all reactions for.
reaction removeall <trigger>
All reactions for a trigger removed confirmation

Resetting all reaction triggers

To reset all reaction triggers in your server, use the rt reset command.
reaction reset
All reaction triggers reset confirmation