1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Merge pull request #27 from Cookie-CHR/master

Numbers and symbols
This commit is contained in:
Steffo 2019-12-11 13:28:21 +01:00 committed by GitHub
commit aa33e24a9d
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ class EmojifyCommand(Command):
"n": ["📈"],
"o": ["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆‍♀", "🙆‍♂"],
"p": ["🅿️"],
"q": ["🔍", "🍀"],
"q": ["🔍", "🍀", "🍭"],
"r": ["®"],
"s": ["💰", "💵", "💸", "💲"],
"t": ["✝️", "⬆️", "☦️"],
@ -57,7 +57,38 @@ class EmojifyCommand(Command):
"w": ["🤷‍♀", "🤷‍♂", "🤾‍♀", "🤾‍♂", "🤽‍♀", "🤽‍♂"],
"x": ["🙅‍♀", "🙅‍♂", "", ""],
"y": ["💴"],
"z": ["⚡️"]
"z": ["⚡️"],
"*": ["*️⃣"],
"!!": ["‼️"],
"!?": ["⁉️"],
"!": ["❗️", "", "⚠️"],
"?": ["", ""],
"1234":["🔢"],
"777":["🎰"],
"100":["💯"],
"69":["♋️"],
"24":["🏪"],
"18":["🔞"],
"10":["🙌", "🔟", "🤲"],
"9":["9"],
"8":["🎱", "8"],
"7":["7"],
"6":["6"],
"5":["", "🤚","👋", "5"],
"4":["4"],
"3":["🥉", "3"],
"2":["✌️", "🤘", "🥈", "2"],
"1":["👆", "☝️", "🖕", "🥇", "1"],
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆‍♀", "🙆‍♂", "0"],
"!":["❗️", "", "⚠️"],
"?":["", ""],
"+":["🏥"],
"/":["🏒", "🧪", "🧹"],
"\":["🍢", "🍡", "🥄", "🌂"],
"*":["✳️", "✴️"],
}
@classmethod