mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Update emojify.py
Aggiunti più numeri possibile (ma ne mancano ancora vari) e un paio di simboli
This commit is contained in:
parent
db5e5132ab
commit
075f9aeb5c
1 changed files with 25 additions and 2 deletions
|
@ -48,7 +48,7 @@ class EmojifyCommand(Command):
|
||||||
"n": ["📈"],
|
"n": ["📈"],
|
||||||
"o": ["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
"o": ["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
||||||
"p": ["🅿️"],
|
"p": ["🅿️"],
|
||||||
"q": ["🔍", "🍀"],
|
"q": ["🔍", "🍀", "🍭"],
|
||||||
"r": ["®"],
|
"r": ["®"],
|
||||||
"s": ["💰", "💵", "💸", "💲"],
|
"s": ["💰", "💵", "💸", "💲"],
|
||||||
"t": ["✝️", "⬆️", "☦️"],
|
"t": ["✝️", "⬆️", "☦️"],
|
||||||
|
@ -57,7 +57,30 @@ class EmojifyCommand(Command):
|
||||||
"w": ["🤷♀", "🤷♂", "🤾♀", "🤾♂", "🤽♀", "🤽♂"],
|
"w": ["🤷♀", "🤷♂", "🤾♀", "🤾♂", "🤽♀", "🤽♂"],
|
||||||
"x": ["🙅♀", "🙅♂", "❌", "❎"],
|
"x": ["🙅♀", "🙅♂", "❌", "❎"],
|
||||||
"y": ["💴"],
|
"y": ["💴"],
|
||||||
"z": ["⚡️"]
|
"z": ["⚡️"],
|
||||||
|
|
||||||
|
"1234":["🔢"],
|
||||||
|
"777":["🎰"],
|
||||||
|
"100":["💯"],
|
||||||
|
"69":["♋️"],
|
||||||
|
"24":["🏪"],
|
||||||
|
"18":["🔞"],
|
||||||
|
"10":["🙌", "🔟", "🤲"],
|
||||||
|
#9 manca
|
||||||
|
"8":["🎱"],
|
||||||
|
#7 manca
|
||||||
|
#6 manca
|
||||||
|
"5":["✋", "🤚","👋"],
|
||||||
|
#4 manca
|
||||||
|
"3":["🥉"],
|
||||||
|
"2":["✌️", "🤘", "🥈"],
|
||||||
|
"1":["👆", "☝️", "🖕", "🥇"],
|
||||||
|
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
||||||
|
|
||||||
|
"+":["🏥"],
|
||||||
|
"/":["🏒", "🧪", "🧹"],
|
||||||
|
"\":["🍢", "🍡", "🥄", "🌂"],
|
||||||
|
"*":["✳️"]
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue