From de9cdaa619fdad1fec1bf514b3f0190a3aa23064 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= <loic.bersier1@gmail.com>
Date: Thu, 6 Sep 2018 19:03:22 +0200
Subject: [PATCH]

---
 commands/prefix.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/commands/prefix.js b/commands/prefix.js
index aae9f00..a788ce3 100644
--- a/commands/prefix.js
+++ b/commands/prefix.js
@@ -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!");
 }
\ No newline at end of file