From 5eedd23f9f460a0639ab3dbd6c406fd4677fb276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Thu, 6 Sep 2018 19:15:11 +0200 Subject: [PATCH] --- commands/prefix.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/prefix.js b/commands/prefix.js index ec2992f..215c3dc 100644 --- a/commands/prefix.js +++ b/commands/prefix.js @@ -1,4 +1,5 @@ exports.run = (client, message, args) => { + const fs = require("fs"); 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];