emojis baby

This commit is contained in:
derpystuff 2022-07-22 23:45:06 +02:00
parent 9acb1d5ec5
commit 83e13c81ad
7 changed files with 173 additions and 197 deletions

View file

@ -558,4 +558,31 @@ module.exports.TRANSLATE_LANGUAGES = Object.freeze({
'yi': 'Yiddish',
'yo': 'Yoruba',
'zu': 'Zulu'
})
})
module.exports.SUPPORTED_EMOJI_PLATFORMS = [
"apple",
"google",
"samsung",
"joypixels",
"microsoft",
"facebook",
"twitter",
"whatsapp",
"lg",
"mozilla",
"htc",
"emojidex",
"messenger",
"openmoji",
"skype",
"sony",
"noto-emoji",
"toss-face",
"microsoft-teams"
]
module.exports.EMOJI_PLATFORM_ALIASES = {
"fluent": "microsoft-teams",
"twemoji": "twitter"
}