mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
Update panel.js
This commit is contained in:
parent
9c8a8b3c2f
commit
d3581d319a
@ -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`);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user