uhh "forgot" array...

This commit is contained in:
Neko Life 2021-05-16 09:31:07 +00:00
parent 0b83136fbe
commit 8388ab41d0
4 changed files with 5 additions and 4 deletions

View file

@ -14,7 +14,7 @@ module.exports = class newquoteotd extends commando.Command {
group: "utility",
description: "The Life exclusive command for Quote of the day.",
guildOnly: true,
userPermissions:"ADMINISTRATOR"
userPermissions:["ADMINISTRATOR"]
});
}
async run(msg, arg) {

View file

@ -16,7 +16,7 @@ module.exports = class quoteotd extends commando.Command {
description: "Set Quote of the day channel and settings.",
details:"```\n--channel\n--text\n--icon```",
guildOnly: true,
userPermissions:"ADMINISTRATOR"
userPermissions:["ADMINISTRATOR"]
});
}
async run(msg, arg) {

View file

@ -9,7 +9,7 @@ module.exports = class send extends commando.Command {
memberName: "send",
group: "utility",
description: "Send message to designated channel.",
userPermissions:"MANAGE_MESSAGES"
userPermissions:["MANAGE_MESSAGES"]
});
}
async run(msg, args ) {

View file

@ -11,7 +11,8 @@ module.exports = class setfootq extends commando.Command {
aliases:["setfooterquote"],
memberName: "setfootq",
group: "utility",
description: "Set server embed footer text."
description: "Set server embed footer text.",
userPermissions: ["ADMINISTRATOR"]
});
}
async run(msg, args) {