From a0298a14da41cbf8fb19f2a0e590b5e9fee8adf2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 24 Nov 2018 06:39:03 +0900 Subject: [PATCH] Update index.ts --- src/modules/emoji/index.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/modules/emoji/index.ts b/src/modules/emoji/index.ts index a6f13ea..a10e781 100644 --- a/src/modules/emoji/index.ts +++ b/src/modules/emoji/index.ts @@ -29,6 +29,7 @@ const hands = [ '👋', '🤙', '💪', + ['💪', '✌'], '🖕' ] @@ -49,6 +50,7 @@ const faces = [ '😉', '😌', '😍', + '🥰', '😘', '😗', '😙', @@ -63,6 +65,7 @@ const faces = [ '🤓', '😎', '🤩', + '🥳', '😏', '😒', '😞', @@ -75,6 +78,7 @@ const faces = [ '😖', '😫', '😩', + '🥺', '😢', '😭', '😤', @@ -108,6 +112,7 @@ const faces = [ '😪', '😵', '🤐', + '🥴', '🤢', '🤮', '🤧', @@ -115,7 +120,10 @@ const faces = [ '🤒', '🤕', '🤑', - '🤠' + '🤠', + '🗿', + '🤖', + '👽' ] export default class EmojiModule implements IModule {