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'],
|
aliases: ['log', 'logging'],
|
||||||
category: 'admin',
|
category: 'admin',
|
||||||
userPermissions: ['MANAGE_MESSAGES'],
|
userPermissions: ['MANAGE_MESSAGES'],
|
||||||
clientPermissions: ['MANAGE_SERVER'],
|
clientPermissions: ['MANAGE_GUILD'],
|
||||||
channel: 'guild',
|
channel: 'guild',
|
||||||
description: {
|
description: {
|
||||||
content: 'Setup logging in current channel (W.I.P)',
|
content: 'Setup logging in current channel (W.I.P)',
|
||||||
|
|
Loading…
Reference in a new issue