misskey-microblogger/data/dictionaries/emoji.json
2024-11-09 13:20:08 +01:00

107 lines
No EOL
1.2 KiB
JSON

{
"informal": {
"funny": {
"exaggerated": [
" 😂",
" 😂😂",
" 🤣",
" 🤣🤣",
"!!",
"!!!"
],
"statement": [
" 😝",
" 😜",
" 😬",
" 😉😉"
],
"question": [
" 🤔🤔",
"?!",
"??!"
]
},
"decent": {
"exaggerated": [
" 🫣🫣",
" 😎",
"!"
],
"statement": [
" 🫣"
],
"question": [
" 🤔",
" 🤫",
"?"
]
},
"annoyed": {
"exaggerated": [
" 😡",
" 🤬",
"!!!"
],
"statement": [
" 🙄🙄",
"..",
"..."
],
"question": [
" 🙄🤔",
"?",
"??"
]
}
},
"formal": {
"funny": {
"exaggerated": [
",",
" 😄",
" 😁",
" 😆",
" 😃"
],
"statement": [
",",
" 🙂",
" 😉"
],
"question": [
",",
" 😇",
" 🙏"
]
},
"decent": {
"exaggerated": [
",",
"!"
],
"statement": [
",",
"."
],
"question": [
",",
"?"
]
},
"annoyed": {
"exaggerated": [
"!"
],
"statement": [
".",
"..",
"..."
],
"question": [
",",
".",
"?"
]
}
}
}