diff --git a/commands/prefix.js b/commands/prefix.js
index a788ce34..aae9f003 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