forked from Supositware/Haha-Yes
This commit is contained in:
parent
e034857949
commit
5eedd23f9f
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
exports.run = (client, message, args) => {
|
exports.run = (client, message, args) => {
|
||||||
|
const fs = require("fs");
|
||||||
if (message.author.id == "267065637183029248") {
|
if (message.author.id == "267065637183029248") {
|
||||||
// Gets the prefix from the command (eg. "!prefix +" it will take the "+" from it)
|
// Gets the prefix from the command (eg. "!prefix +" it will take the "+" from it)
|
||||||
let newPrefix = message.content.split(" ").slice(1, 2)[0];
|
let newPrefix = message.content.split(" ").slice(1, 2)[0];
|
||||||
|
|
Loading…
Reference in a new issue