1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Remove less obvious emojis when a better one is available

This commit is contained in:
Steffo 2019-02-19 21:08:39 +01:00
parent 3f66f9d84f
commit 7f6ed0b688

View file

@ -23,14 +23,14 @@ emojis = {
"tm": ["™️"],
"wc": ["🚾"],
"up": ["🆙"],
"a": ["🅰️", "🎣"],
"b": ["🅱️", "🇳🇵"],
"a": ["🅰️"],
"b": ["🅱️"],
"c": ["☪️", "©", "🥐"],
"e": ["📧", "💶"],
"f": ["🎏"],
"h": ["🏨", "🏩", "🏋‍♀", "🏋‍♂"],
"i": ["", "♊️", "🕴", "🕕"],
"j": ["🧜‍♀", "🧜‍♂", "🤳", "🏒", "🏑", "⤴️"],
"i": ["", "♊️", "🕕"],
"j": ["⤴️"],
"k": ["🎋", "🦅", "💃"],
"l": ["🛴", "🕒"],
"m": ["♏️", "Ⓜ️", "〽️"],
@ -39,13 +39,13 @@ emojis = {
"p": ["🅿️"],
"q": ["🔍", "🍀"],
"r": ["®"],
"s": ["💰", "💵", "💸", "💲", "🧞‍♀", "🧞‍♂"],
"t": ["🤸‍♀", "🤸‍♂", "✝️", "⬆️", "🔨", "☦️", "🚏"],
"s": ["💰", "💵", "💸", "💲"],
"t": ["✝️", "⬆️", "☦️"],
"u": ["", "⚓️", "🍉", "🌙", "🐋"],
"v": ["", "🔽", "☑️", "✔️"],
"w": ["🤷‍♀","🤷‍♂", "🤾‍♀", "🤾‍♂", "🤽‍♀", "🤽‍♂"],
"x": ["🙅‍♀", "🙅‍♂", "🇯🇲", "🇯🇪", "", ""],
"z": ["⚡️", "🔋"]
"x": ["🙅‍♀", "🙅‍♂", "", ""],
"z": ["⚡️"]
}
def emojify(string: str):