diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
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] = {
|
