forked from Supositware/Haha-Yes
This commit is contained in:
parent
de9cdaa619
commit
67078274f4
1 changed files with 1 additions and 2 deletions
|
@ -6,6 +6,5 @@ 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!");
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue