mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54: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": ["💴"],
|
"y": ["💴"],
|
||||||
"z": ["⚡️"],
|
"z": ["⚡️"],
|
||||||
|
|
||||||
|
"*": ["*️⃣"],
|
||||||
|
"!!": ["‼️"],
|
||||||
|
"!?": ["⁉️"],
|
||||||
|
"!": ["❗️", "❕", "⚠️"],
|
||||||
|
"?": ["❓", "❔"],
|
||||||
|
|
||||||
"1234":["🔢"],
|
"1234":["🔢"],
|
||||||
"777":["🎰"],
|
"777":["🎰"],
|
||||||
"100":["💯"],
|
"100":["💯"],
|
||||||
|
@ -66,16 +72,16 @@ class EmojifyCommand(Command):
|
||||||
"24":["🏪"],
|
"24":["🏪"],
|
||||||
"18":["🔞"],
|
"18":["🔞"],
|
||||||
"10":["🙌", "🔟", "🤲"],
|
"10":["🙌", "🔟", "🤲"],
|
||||||
#9 manca
|
"9":["9️⃣"],
|
||||||
"8":["🎱"],
|
"8":["🎱", "8️⃣"],
|
||||||
#7 manca
|
"7":["7️⃣"],
|
||||||
#6 manca
|
"6":["6️⃣"],
|
||||||
"5":["✋", "🤚","👋"],
|
"5":["✋", "🤚","👋", "5️⃣"],
|
||||||
#4 manca
|
"4":["4️⃣"],
|
||||||
"3":["🥉"],
|
"3":["🥉", "3️⃣"],
|
||||||
"2":["✌️", "🤘", "🥈"],
|
"2":["✌️", "🤘", "🥈", "2️⃣"],
|
||||||
"1":["👆", "☝️", "🖕", "🥇"],
|
"1":["👆", "☝️", "🖕", "🥇", "1️⃣"],
|
||||||
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂", "0️⃣"],
|
||||||
|
|
||||||
"!":["❗️", "❕", "⚠️"],
|
"!":["❗️", "❕", "⚠️"],
|
||||||
"?":["❓", "❔"],
|
"?":["❓", "❔"],
|
||||||
|
|
Loading…
Reference in a new issue