mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44: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":["👆", "☝️", "🖕", "🥇"],
|
||||
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆♀", "🙆♂"],
|
||||
|
||||
"!":["❗️", "❕", "⚠️"],
|
||||
"?":["❓", "❔"],
|
||||
"+":["🏥"],
|
||||
"/":["🏒", "🧪", "🧹"],
|
||||
"\":["🍢", "🍡", "🥄", "🌂"],
|
||||
"*":["✳️"]
|
||||
"*":["✳️", "✴️"],
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue