mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add more emojis
This commit is contained in:
parent
259c238a01
commit
a8e03bfe40
1 changed files with 16 additions and 10 deletions
|
@ -59,6 +59,12 @@ class EmojifyCommand(Command):
|
|||
"y": ["💴"],
|
||||
"z": ["⚡️"],
|
||||
|
||||
"*": ["*️⃣"],
|
||||
"!!": ["‼️"],
|
||||
"!?": ["⁉️"],
|
||||
"!": ["❗️", "❕", "⚠️"],
|
||||
"?": ["❓", "❔"],
|
||||
|
||||
"1234":["🔢"],
|
||||
"777":["🎰"],
|
||||
"100":["💯"],
|
||||
|
@ -66,16 +72,16 @@ class EmojifyCommand(Command):
|
|||
"24":["🏪"],
|
||||
"18":["🔞"],
|
||||
"10":["🙌", "🔟", "🤲"],
|
||||
#9 manca
|
||||
"8":["🎱"],
|
||||
#7 manca
|
||||
#6 manca
|
||||
"5":["✋", "🤚","👋"],
|
||||
#4 manca
|
||||
"3":["🥉"],
|
||||
"2":["✌️", "🤘", "🥈"],
|
||||
"1":["👆", "☝️", "🖕", "🥇"],
|
||||
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
||||
"9":["9️⃣"],
|
||||
"8":["🎱", "8️⃣"],
|
||||
"7":["7️⃣"],
|
||||
"6":["6️⃣"],
|
||||
"5":["✋", "🤚","👋", "5️⃣"],
|
||||
"4":["4️⃣"],
|
||||
"3":["🥉", "3️⃣"],
|
||||
"2":["✌️", "🤘", "🥈", "2️⃣"],
|
||||
"1":["👆", "☝️", "🖕", "🥇", "1️⃣"],
|
||||
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂", "0️⃣"],
|
||||
|
||||
"!":["❗️", "❕", "⚠️"],
|
||||
"?":["❓", "❔"],
|
||||
|
|
Loading…
Reference in a new issue