Closed HumanBot000 closed 1 year ago
All the emoji are stored in:
emoji.EMOJI_DATA
It is a dict, the keys are the emoji as unicode:
EMOJI_DATA = {
'🥇': {
'en' : ':1st_place_medal:',
'status' : emoji.STATUS["fully_qualified"],
'E' : 3,
'de': ':goldmedaille:',
'es': ':medalla_de_oro:',
'fr': ':médaille_d’or:',
'pt': ':medalha_de_ouro:',
'it': ':medaglia_d’oro:'
},
...
}
You can view the whole dict here: https://raw.githubusercontent.com/carpedm20/emoji/master/emoji/unicode_codes/data_dict.py
thank you soooo much <3
I can't find it.