diff --git a/commands/prefix.js b/commands/prefix.js index ec2992f7..215c3dc1 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];