mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
commit
aa33e24a9d
1 changed files with 33 additions and 2 deletions
|
@ -48,7 +48,7 @@ class EmojifyCommand(Command):
|
||||||
"n": ["📈"],
|
"n": ["📈"],
|
||||||
"o": ["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
"o": ["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
||||||
"p": ["🅿️"],
|
"p": ["🅿️"],
|
||||||
"q": ["🔍", "🍀"],
|
"q": ["🔍", "🍀", "🍭"],
|
||||||
"r": ["®"],
|
"r": ["®"],
|
||||||
"s": ["💰", "💵", "💸", "💲"],
|
"s": ["💰", "💵", "💸", "💲"],
|
||||||
"t": ["✝️", "⬆️", "☦️"],
|
"t": ["✝️", "⬆️", "☦️"],
|
||||||
|
@ -57,7 +57,38 @@ class EmojifyCommand(Command):
|
||||||
"w": ["🤷♀", "🤷♂", "🤾♀", "🤾♂", "🤽♀", "🤽♂"],
|
"w": ["🤷♀", "🤷♂", "🤾♀", "🤾♂", "🤽♀", "🤽♂"],
|
||||||
"x": ["🙅♀", "🙅♂", "❌", "❎"],
|
"x": ["🙅♀", "🙅♂", "❌", "❎"],
|
||||||
"y": ["💴"],
|
"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
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue