42.0 (1281)

This commit is contained in:
eatsfoobars 2020-09-29 14:13:40 +01:00
parent 0eac291e9e
commit 55350f39f3
Signed by untrusted user: eatsfoobars
GPG key ID: D08609FADBD8C395
59 changed files with 64318 additions and 141 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("{}.png".format(os.path.splitext(emoji)[0]))
clean_discord_emoji = clean_emoji_name(emoji)
# Check if said clean name of emoji is in clean blobmoji list
if clean_discord_emoji in clean_blobmojis: