Loïc Bersier 6 years ago
parent e034857949
commit 5eedd23f9f

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

Loading…
Cancel
Save