1
Fork 0
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:
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": ["💴"],
"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"],
"!":["❗️", "", "⚠️"],
"?":["", ""],