changed required user perm

This commit is contained in:
Supositware 2019-01-14 20:07:15 +01:00
parent 200fdcac76
commit 6f6050edad

View file

@ -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',