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 add 💀 skull
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 owner skull
Reaction trigger owner

Listing all reaction triggers

To list all reaction triggers in your server, use the rt list command.
reaction list
,,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 remove 💀 skull
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>
,,reaction removeall skull
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
,,reaction reset
All reaction triggers reset confirmation