forked from distok/cutthecord
whoops
This commit is contained in:
parent
5200378efa
commit
523f3b08ac
1 changed files with 5 additions and 2 deletions
|
@ -4,8 +4,11 @@ import re
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
# REPLACE THESE LINES
|
# REPLACE THESE LINES
|
||||||
extracted_discord_path = "/home/ave/Downloads/dic/com.discord-832"
|
# extracted_discord_path = "/home/ave/Downloads/dic/com.discord-832"
|
||||||
extracted_mutstd_path = "/home/ave/Downloads/dic/72x72"
|
# extracted_mutstd_path = "/home/ave/Downloads/dic/72x72"
|
||||||
|
extracted_discord_path = "/tmp/cutthecord/discord"
|
||||||
|
extracted_mutstd_path = "/var/www/mutant/72x72"
|
||||||
|
|
||||||
|
|
||||||
# Add your custom emojis here
|
# Add your custom emojis here
|
||||||
# with "mutstd filename": "discord filename".
|
# with "mutstd filename": "discord filename".
|
||||||
|
|
Loading…
Reference in a new issue