MoreKaomoji: Add more kaomoji (#299)
This commit is contained in:
parent
ebb8da0f23
commit
9a088b7a31
1 changed files with 5 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue