From d388d0ab8d8cee72223adb6078ac4e2c4f678140 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 24 Nov 2018 06:31:40 +0900 Subject: [PATCH] Update 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 54da9ef..a6f13ea 100644 --- a/src/modules/emoji/index.ts +++ b/src/modules/emoji/index.ts @@ -124,7 +124,7 @@ export default class EmojiModule implements IModule { public install = (ai: 藍) => { } public onMention = (msg: MessageLike) => { - if (msg.includes(['絵文字', 'emoji'])) { + if (msg.includes(['絵文字', 'emoji', '福笑い'])) { 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;