diff --git a/commands/prefix.js b/commands/prefix.js
index 215c3dc1..6d4659b5 100644
--- a/commands/prefix.js
+++ b/commands/prefix.js
@@ -3,8 +3,6 @@ exports.run = (client, message, args) => {
     if (message.author.id == "267065637183029248") {
     // Gets the prefix from the command (eg. "!prefix +" it will take the "+" from it)
     let newPrefix = message.content.split(" ").slice(1, 2)[0];
-    // change the configuration in memory
-    config.prefix = newPrefix;
     // Now we have to save the file.
     fs.writeFile(".././config.json", JSON.stringify(config), (err) => console.error);
   }
diff --git a/reply.json b/reply.json
index afbb193f..19329435 100644
--- a/reply.json
+++ b/reply.json
@@ -1,4 +1,4 @@
 {
-    "lol": "haha yes its funi",
+    "lol": "haha yes funi",
     "haha yes": "haha  yes"
 }
\ No newline at end of file