From bbf15b2ffd8981b4b723851035a97983d9490f5f Mon Sep 17 00:00:00 2001 From: nenohi Date: Wed, 7 Apr 2021 15:16:25 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=8B=E3=82=92=E3=83=91=E3=83=BC=E6=89=B1?= =?UTF-8?q?=E3=81=84=E3=81=AB=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=20(#77)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/emoji-react/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/emoji-react/index.ts b/src/modules/emoji-react/index.ts index 89156db..e671b4d 100644 --- a/src/modules/emoji-react/index.ts +++ b/src/modules/emoji-react/index.ts @@ -58,7 +58,7 @@ export default class extends Module { switch (reaction) { case '✊': return react('🖐', true); case '✌': return react('✊', true); - case '🖐': return react('✌', true); + case '🖐': case '✋': return react('✌', true); } return react(reaction);