diff --git a/cmds/utility/newquoteotd.js b/cmds/utility/newquoteotd.js index 48cfabf..62e0dca 100644 --- a/cmds/utility/newquoteotd.js +++ b/cmds/utility/newquoteotd.js @@ -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) { diff --git a/cmds/utility/quoteotd.js b/cmds/utility/quoteotd.js index 7b588b9..d693518 100644 --- a/cmds/utility/quoteotd.js +++ b/cmds/utility/quoteotd.js @@ -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) { diff --git a/cmds/utility/send.js b/cmds/utility/send.js index 7779cde..e35c6c9 100644 --- a/cmds/utility/send.js +++ b/cmds/utility/send.js @@ -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 ) { diff --git a/cmds/utility/setfootq.js b/cmds/utility/setfootq.js index ea4161b..f9ce8f6 100644 --- a/cmds/utility/setfootq.js +++ b/cmds/utility/setfootq.js @@ -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) {