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;