From 2aa0efdf268136913171d54901a72b0a31d9d6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=CC=B7O=CC=B7N=CC=B7D=CC=B7O=CC=B7N=CC=B7=E5=B0=91?= =?UTF-8?q?=E6=9E=97?= <22037550+Shivawkes@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:21:02 -0500 Subject: [PATCH] index.ts --- src/modules/emoji/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/emoji/index.ts b/src/modules/emoji/index.ts index 0f8b00c..f74c5ec 100644 --- a/src/modules/emoji/index.ts +++ b/src/modules/emoji/index.ts @@ -138,7 +138,7 @@ export default class extends Module { @bindThis private async mentionHook(msg: Message) { - if (msg.includes(['顔文字', '絵文字', 'emoji', '福笑い'])) { + if (msg.includes(['Emoticons', 'Emoji', 'emoji', 'Fukuwarai'])) { const hand = hands[Math.floor(Math.random() * hands.length)]; const face = faces[Math.floor(Math.random() * faces.length)]; const emoji = Array.isArray(hand) ? hand[0] + face + hand[1] : hand + face + hand;