aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/moreKaomoji.ts5
1 files changed, 5 insertions, 0 deletions
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],