fix blobs patch #66

Closed
Juby210 wants to merge 1 commit from (deleted):patch-1 into master

View file

@ -12,7 +12,8 @@ def clean_emoji_name(name):
.replace("emoji-u", "")\
.replace("emoji-", "")\
.replace("-fe0f", "")\
.replace("-200d", "")
.replace("-200d", "")\
.replace(".webp", ".png")
return name