From 33dd73f80972028b310136248a38084a1180cc94 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 7 Sep 2023 00:55:49 +1200 Subject: [PATCH] add thumbs up reactions to list --- m2d/actions/add-reaction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/m2d/actions/add-reaction.js b/m2d/actions/add-reaction.js index 49aa845..8752602 100644 --- a/m2d/actions/add-reaction.js +++ b/m2d/actions/add-reaction.js @@ -24,6 +24,7 @@ async function addReaction(event) { // https://github.com/discord/discord-api-docs/issues/2723#issuecomment-807022205 ???????????? const forceTrimmedList = [ + "%F0%9F%91%8D", // 👍 "%E2%AD%90" // ⭐ ]