1
Fork 0
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:
Steffo 2019-12-11 13:28:01 +01:00 committed by GitHub
parent 259c238a01
commit a8e03bfe40
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"],
"!":["❗️", "", "⚠️"], "!":["❗️", "", "⚠️"],
"?":["", ""], "?":["", ""],