From d4c9a1147261964347c7dd75c1ad9b96c94ecd83 Mon Sep 17 00:00:00 2001 From: na2na-p Date: Thu, 17 Feb 2022 16:20:42 +0900 Subject: [PATCH] unko --- 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 046d6c1..f15e503 100644 --- a/src/modules/emoji-react/index.ts +++ b/src/modules/emoji-react/index.ts @@ -37,7 +37,7 @@ export default class extends Module { }; // /う[〜|ー]*んこ/g]にマッチしたときの処理 - if (note.text.match(/う[〜|ー]*んこ/g)) { + if (note.text.match(/う[〜|ー]*んこ/g) || includes(note.text, ['unko'])) { await react(':anataima_unkotte_iimashitane:', true); }