mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
Update emojify.py
Aggiunti un altro paio di simboli, mancano ancora i numeri 4, 6, 7 e 9
This commit is contained in:
parent
075f9aeb5c
commit
259c238a01
1 changed files with 3 additions and 1 deletions
|
@ -77,10 +77,12 @@ class EmojifyCommand(Command):
|
||||||
"1":["👆", "☝️", "🖕", "🥇"],
|
"1":["👆", "☝️", "🖕", "🥇"],
|
||||||
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
||||||
|
|
||||||
|
"!":["❗️", "❕", "⚠️"],
|
||||||
|
"?":["❓", "❔"],
|
||||||
"+":["🏥"],
|
"+":["🏥"],
|
||||||
"/":["🏒", "🧪", "🧹"],
|
"/":["🏒", "🧪", "🧹"],
|
||||||
"\":["🍢", "🍡", "🥄", "🌂"],
|
"\":["🍢", "🍡", "🥄", "🌂"],
|
||||||
"*":["✳️"]
|
"*":["✳️", "✴️"],
|
||||||
}
|
}
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue