forked from Supositware/Haha-Yes
This commit is contained in:
parent
6841d7d3d9
commit
de9cdaa619
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@ exports.run = (client, message, args) => {
|
||||||
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);
|
||||||
}
|
} else
|
||||||
|
message.channel.send("Sick you thought!");
|
||||||
}
|
}
|
Loading…
Reference in a new issue