MoreKaomoji: Add more kaomoji (#299)

This commit is contained in:
Box_ 2022-12-10 08:54:46 +11:00 committed by GitHub
parent ebb8da0f23
commit 9a088b7a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ export default definePlugin({
{ name: "angry", description: " ヽ(`Д´)ノ" },
{ name: "anger", description: " ヽ(`皿′o)ノ" },
{ name: "joy", description: " <( ̄︶ ̄)>" },
{ name: "blush", description: "૮ ˶ᵔ ᵕ ᵔ˶ ა" },
{ name: "confused", description: "(•ิ_•ิ)?" },
{ name: "sleeping", description: "(ᴗ_ᴗ)" },
{ name: "laughing", description: "o(≧▽≦)o" },
].map(data => ({
...data,
options: [OptionalMessageOption],