Add MANAGE_SERVER permission for the bot

This commit is contained in:
loicbersier 2020-06-22 18:52:27 +02:00
parent 3ac4d298f8
commit 2d95e3c294

View file

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