From bdf2b09f05a345f95ae7c4ad65a655c6f28ef34f Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 22 Jun 2020 19:50:59 +0200 Subject: [PATCH] fix client permission --- commands/admin/log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/log.js b/commands/admin/log.js index 7c447320..63c7e7e2 100644 --- a/commands/admin/log.js +++ b/commands/admin/log.js @@ -7,7 +7,7 @@ class logCommand extends Command { aliases: ['log', 'logging'], category: 'admin', userPermissions: ['MANAGE_MESSAGES'], - clientPermissions: ['MANAGE_SERVER'], + clientPermissions: ['MANAGE_GUILD'], channel: 'guild', description: { content: 'Setup logging in current channel (W.I.P)',