This commit is contained in:
Loïc Bersier 2018-09-06 19:13:03 +02:00
parent 67078274f4
commit e034857949

View file

@ -5,6 +5,6 @@ exports.run = (client, message, args) => {
// change the configuration in memory
config.prefix = newPrefix;
// 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);
}
}