1
Fork 0
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:
Cookie 2019-12-11 12:59:55 +01:00 committed by GitHub
parent 075f9aeb5c
commit 259c238a01
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,10 +77,12 @@ class EmojifyCommand(Command):
"1":["👆", "☝️", "🖕", "🥇"],
"0":["⭕️", "🅾️", "📯", "🌝", "🌚", "🌕", "🥯", "🙆‍♀", "🙆‍♂"],
"!":["❗️", "", "⚠️"],
"?":["", ""],
"+":["🏥"],
"/":["🏒", "🧪", "🧹"],
"\":["🍢", "🍡", "🥄", "🌂"],
"*":["✳️"]
"*":["✳️", "✴️"],
}
@classmethod