From 6a234f9907ccbd68003b32282a48d950be3981b5 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 21 Apr 2018 01:27:06 -0400 Subject: GAHHHHH --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/help.js') diff --git a/commands/help.js b/commands/help.js index a71574a..832ff21 100644 --- a/commands/help.js +++ b/commands/help.js @@ -29,7 +29,7 @@ module.exports.run = async (client, message) => { } }); - let prefixes = JSON.parse(fs.readFileSync("./storage/prefixes.json", "utf8")); + let prefixes = JSON.parse(fs.readFileSync("../storage/prefixes.json", "utf8")); if(!prefixes[message.guild.id]){ prefixes[message.guild.id] = { -- cgit v1.2.3