Fix blob patch

Yeah, I hate it too
This commit is contained in:
eatsfoobars 2020-07-09 05:18:53 +03:00
parent 1aa4259dc7
commit a8231cf8e7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ replace_counter = 0
# Go through each discord emoji, and clean their names
for emoji in discord_emojis:
clean_discord_emoji = clean_emoji_name(emoji)
clean_discord_emoji = clean_emoji_name("{}.png".format(os.path.splitext(emoji)[0]))
# Check if said clean name of emoji is in clean blobmoji list
if clean_discord_emoji in clean_blobmojis: