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:
parent
3f66f9d84f
commit
7f6ed0b688
1 changed files with 8 additions and 8 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue