forked from distok/cutthecord
Fix blob patch
Yeah, I hate it too
This commit is contained in:
parent
1aa4259dc7
commit
a8231cf8e7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ replace_counter = 0
|
||||||
|
|
||||||
# Go through each discord emoji, and clean their names
|
# Go through each discord emoji, and clean their names
|
||||||
for emoji in discord_emojis:
|
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
|
# Check if said clean name of emoji is in clean blobmoji list
|
||||||
if clean_discord_emoji in clean_blobmojis:
|
if clean_discord_emoji in clean_blobmojis:
|
||||||
|
|
Loading…
Reference in a new issue