forked from Supositware/Haha-Yes
Add MANAGE_SERVER permission for the bot
This commit is contained in:
parent
3ac4d298f8
commit
2d95e3c294
1 changed files with 1 additions and 0 deletions
|
@ -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)',
|
||||||
|
|
Loading…
Reference in a new issue