This commit is contained in:
Loïc Bersier 2018-09-06 19:15:11 +02:00
parent e034857949
commit 5eedd23f9f

View file

@ -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];