diff --git a/patches/blobs/emojireplace.py b/patches/blobs/emojireplace.py index 9248272..4f325e3 100644 --- a/patches/blobs/emojireplace.py +++ b/patches/blobs/emojireplace.py @@ -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: