fix blobs patch #66

Closed
Juby210 wants to merge 1 commits from (deleted):patch-1 into master
1 changed files with 2 additions and 1 deletions

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