Add MANAGE_SERVER permission for the bot

akairo
loicbersier 4 years ago
parent 3ac4d298f8
commit 2d95e3c294

@ -7,6 +7,7 @@ class logCommand extends Command {
aliases: ['log', 'logging'],
category: 'admin',
userPermissions: ['MANAGE_MESSAGES'],
clientPermissions: ['MANAGE_SERVER'],
channel: 'guild',
description: {
content: 'Setup logging in current channel (W.I.P)',

Loading…
Cancel
Save