forked from distok/cutthecord
Fix prints on custom emojis on emojireplace
This commit is contained in:
parent
ae64ae0a86
commit
1e52f4be1e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ for custom_emoji in custom_emojis:
|
||||||
full_mutstd_path = os.path.join(extracted_mutstd_path, custom_emoji)
|
full_mutstd_path = os.path.join(extracted_mutstd_path, custom_emoji)
|
||||||
full_discord_path = os.path.join(discord_emoji_path, discord_emoji_name)
|
full_discord_path = os.path.join(discord_emoji_path, discord_emoji_name)
|
||||||
shutil.copyfile(full_mutstd_path, full_discord_path)
|
shutil.copyfile(full_mutstd_path, full_discord_path)
|
||||||
print("Added custom {} emoji.".format(emoji))
|
print("Added custom {} emoji.".format(discord_emoji_name))
|
||||||
replace_counter += 1
|
replace_counter += 1
|
||||||
|
|
||||||
print("Done, {} emojis replaced.".format(replace_counter))
|
print("Done, {} emojis replaced.".format(replace_counter))
|
||||||
|
|
Loading…
Reference in a new issue