forked from Supositware/Haha-Yes
fix client permission
This commit is contained in:
parent
2d95e3c294
commit
bdf2b09f05
1 changed files with 1 additions and 1 deletions
|
@ -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)',
|
||||
|
|
Loading…
Reference in a new issue