mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
commit
aa33e24a9d
1 changed files with 33 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue