diff options
author | Box_ <70744994+Default-Box@users.noreply.github.com> | 2022-12-10 08:54:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 22:54:46 +0100 |
commit | 9a088b7a31d6e7750303fd249284d37b96e2656e (patch) | |
tree | 522d16fef7d545f6f5c8e9c91c18cbd6e0af09b9 | |
parent | ebb8da0f2336df9267e734f2ba134f1a25afcfb6 (diff) | |
download | Vencord-9a088b7a31d6e7750303fd249284d37b96e2656e.tar.gz Vencord-9a088b7a31d6e7750303fd249284d37b96e2656e.tar.bz2 Vencord-9a088b7a31d6e7750303fd249284d37b96e2656e.zip |
MoreKaomoji: Add more kaomoji (#299)
-rw-r--r-- | src/plugins/moreKaomoji.ts | 5 |
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], |