mirror of https://gitlab.com/bashrc2/epicyon
Code sequence
parent
29783f7bf4
commit
373c65a103
|
@ -81,7 +81,7 @@ def replaceEmojiFromTags(content: str,tag: [],messageType: str) -> str:
|
|||
iconCodeSequence=''
|
||||
for icode in iconCodes:
|
||||
try:
|
||||
iconCodeSequence+=chr(int("0x"+iconName,16))
|
||||
iconCodeSequence+=chr(int("0x"+icode,16))
|
||||
except:
|
||||
iconCodeSequence=''
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue