Skip to content

Commit

Permalink
Update available message reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
7PH committed Nov 12, 2024
1 parent a70bbd1 commit eadf6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/plugins/core/global/ReactionPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type ReactionPluginData = {
export class ReactionPlugin extends GlobalPlugin {
static readonly DEFAULT_DATA: ReactionPluginData = {};

static readonly REACTIONS: string[] = ['🐒', '🤡', '🥒', '🤔', '', ''];
static readonly REACTIONS: string[] = ['', '', '👀', '🍻', '🤮', '🤡', '🥒'];

static readonly QUEUE = new pQueue({ concurrency: 1 });

Expand Down

0 comments on commit eadf6de

Please sign in to comment.