From c8dbe442be987a75a5b303d3fa67b8f693e8d6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Thu, 6 Sep 2018 19:26:59 +0200 Subject: [PATCH] --- hahayes.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hahayes.js b/hahayes.js index 7c6f29a7..64ce4352 100644 --- a/hahayes.js +++ b/hahayes.js @@ -36,16 +36,4 @@ client.on("message", (message) => { } }); -if(message.content.startsWith(config.prefix + "prefix")) { - 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); -} -} - client.login(config.token); \ No newline at end of file