forked from Supositware/Haha-Yes
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'],
|
||||
userPermissions: ['MANAGE_CHANNELS'],
|
||||
userPermissions: ['MANAGE_MESSAGES'],
|
||||
channelRestriction: 'guild',
|
||||
description: {
|
||||
content: 'Put a channel in slowmode',
|
||||
|
|
Loading…
Reference in a new issue