diff options
Diffstat (limited to 'bot/cogs')
| -rw-r--r-- | bot/cogs/halloweenify.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/cogs/halloweenify.py b/bot/cogs/halloweenify.py index 3bd04b80..a5fe45ef 100644 --- a/bot/cogs/halloweenify.py +++ b/bot/cogs/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', '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. | 
