diff --git a/src/commands/panel.js b/src/commands/panel.js index e5d4d3c..987f053 100644 --- a/src/commands/panel.js +++ b/src/commands/panel.js @@ -17,7 +17,7 @@ module.exports = { aliases: ['widget'], example: '', args: false, - permission: 'MANAGE_SERVER', + permission: 'MANAGE_GUILD', async execute(client, message, args, {config, Setting}) { const guild = client.guilds.cache.get(config.guild); @@ -65,4 +65,4 @@ module.exports = { log.info(`${message.author.tag} created a panel widget`); } -}; \ No newline at end of file +};