From e0348579496058b12012fa7c51a15f0fcd74dd2f 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:13:03 +0200
Subject: [PATCH]

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

diff --git a/commands/prefix.js b/commands/prefix.js
index aae9f003..ec2992f7 100644
--- a/commands/prefix.js
+++ b/commands/prefix.js
@@ -5,6 +5,6 @@ exports.run = (client, message, args) => {
     // 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);
+    fs.writeFile(".././config.json", JSON.stringify(config), (err) => console.error);
   }
 }
\ No newline at end of file