aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/hacktober/halloweenify.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-11-20 13:06:20 +0100
committerGravatar Leon Sandøy <[email protected]>2018-11-20 13:06:20 +0100
commit1bd808f4c57ccf3b918d9624eabf3524175f6369 (patch)
treef30cf13f575ac82a9732e655a78aa348120c5334 /bot/cogs/hacktober/halloweenify.py
parentMerge branch 'DerpDays-master' (diff)
parentMerge pull request #67 from python-discord/dfitzpatrick-vote-monster-refactor (diff)
Merge branch 'master' of github.com:python-discord/seasonalbot
Diffstat (limited to 'bot/cogs/hacktober/halloweenify.py')
-rw-r--r--bot/cogs/hacktober/halloweenify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/hacktober/halloweenify.py b/bot/cogs/hacktober/halloweenify.py
index a5fe45ef..9b93ac99 100644
--- a/bot/cogs/hacktober/halloweenify.py
+++ b/bot/cogs/hacktober/halloweenify.py
@@ -21,7 +21,7 @@ class Halloweenify:
"""
Change your nickname into a much spookier one!
"""
- with open(Path('./bot/resources', 'halloweenify.json'), 'r') as f:
+ with open(Path('bot', 'resources', 'halloween', 'halloweenify.json'), 'r') as f:
data = load(f)
# Choose a random character from our list we loaded above and set apart the nickname and image url.