forked from Supositware/Haha-Yes
fixed description and group
This commit is contained in:
parent
fdd22425f9
commit
f3b457d97b
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ module.exports = class PruneCommand extends Command {
|
|||
super(client, {
|
||||
name: 'prune',
|
||||
aliases: ['purge'],
|
||||
group: 'fun',
|
||||
group: 'admin',
|
||||
memberName: 'prune',
|
||||
description: 'Replies with a meow, kitty cat.',
|
||||
description: 'Bulk delete messages.',
|
||||
clientPermissions: ['MANAGE_MESSAGES'],
|
||||
userPermissions: ['MANAGE_MESSAGES'],
|
||||
args: [
|
||||
|
|
Loading…
Reference in a new issue