From 079f54758f94b10a15fcc922ded27d4ce2922471 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 17 Dec 2019 21:19:18 +0100 Subject: [PATCH] Added "clear" aliase, dunno why it wasen't there to begin with --- commands/admin/prune.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/prune.js b/commands/admin/prune.js index 9c63f493..8056ed95 100644 --- a/commands/admin/prune.js +++ b/commands/admin/prune.js @@ -3,7 +3,7 @@ const { Command } = require('discord-akairo'); class PruneCommand extends Command { constructor() { super('Prune', { - aliases: ['Prune', 'clean', 'purge'], + aliases: ['Prune', 'clean', 'purge', 'clear'], category: 'admin', args: [ {