forked from Supositware/Haha-Yes
This commit is contained in:
parent
67078274f4
commit
e034857949
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ exports.run = (client, message, args) => {
|
||||||
// change the configuration in memory
|
// change the configuration in memory
|
||||||
config.prefix = newPrefix;
|
config.prefix = newPrefix;
|
||||||
// Now we have to save the file.
|
// Now we have to save the file.
|
||||||
fs.writeFile("./config.json", JSON.stringify(config), (err) => console.error);
|
fs.writeFile(".././config.json", JSON.stringify(config), (err) => console.error);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue