diff options
| author | Alee <alee14498@gmail.com> | 2018-04-21 01:27:06 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-21 01:27:06 -0400 |
| commit | 6a234f9907ccbd68003b32282a48d950be3981b5 (patch) | |
| tree | 4276a87a8cbba0913eea2517bb918c1c41d5587c | |
| parent | 53daad435ae51926726a72329d6c20d83d8cb15c (diff) | |
| download | AleeBot-6a234f9907ccbd68003b32282a48d950be3981b5.tar.gz AleeBot-6a234f9907ccbd68003b32282a48d950be3981b5.tar.bz2 AleeBot-6a234f9907ccbd68003b32282a48d950be3981b5.zip | |
GAHHHHH
| -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] = {
|
