From 9a088b7a31d6e7750303fd249284d37b96e2656e Mon Sep 17 00:00:00 2001 From: Box_ <70744994+Default-Box@users.noreply.github.com> Date: Sat, 10 Dec 2022 08:54:46 +1100 Subject: [PATCH] MoreKaomoji: Add more kaomoji (#299) --- src/plugins/moreKaomoji.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/moreKaomoji.ts b/src/plugins/moreKaomoji.ts index a5e40d2..6be80d6 100644 --- a/src/plugins/moreKaomoji.ts +++ b/src/plugins/moreKaomoji.ts @@ -35,6 +35,11 @@ export default definePlugin({ { name: "angry", description: " ヽ(`Д´)ノ" }, { name: "anger", description: " ヽ(o`皿′o)ノ" }, { name: "joy", description: " <( ̄︶ ̄)>" }, + { name: "blush", description: "૮ ˶ᵔ ᵕ ᵔ˶ ა" }, + { name: "confused", description: "(•ิ_•ิ)?" }, + { name: "sleeping", description: "(ᴗ_ᴗ)" }, + { name: "laughing", description: "o(≧▽≦)o" }, + ].map(data => ({ ...data, options: [OptionalMessageOption],