This commit is contained in:
Loïc Bersier 2018-09-06 19:03:22 +02:00
parent 6841d7d3d9
commit de9cdaa619

View file

@ -6,5 +6,6 @@ exports.run = (client, message, args) => {
config.prefix = newPrefix;
// Now we have to save the file.
fs.writeFile("./config.json", JSON.stringify(config), (err) => console.error);
}
} else
message.channel.send("Sick you thought!");
}