changed required user perm
This commit is contained in:
parent
200fdcac76
commit
6f6050edad
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class SlowmodeCommand extends Command {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
clientPermissions: ['MANAGE_CHANNELS'],
|
clientPermissions: ['MANAGE_CHANNELS'],
|
||||||
userPermissions: ['MANAGE_CHANNELS'],
|
userPermissions: ['MANAGE_MESSAGES'],
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
description: {
|
description: {
|
||||||
content: 'Put a channel in slowmode',
|
content: 'Put a channel in slowmode',
|
||||||
|
|
Loading…
Reference in a new issue