From 67078274f44f7606264e797c7624b908a20613d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Thu, 6 Sep 2018 19:05:19 +0200 Subject: [PATCH] --- commands/prefix.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/prefix.js b/commands/prefix.js index a788ce3..aae9f00 100644 --- a/commands/prefix.js +++ b/commands/prefix.js @@ -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!"); + } } \ No newline at end of file