From b691232eaf0c6b30546e93602e65b05ed1dbf84f Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Thu, 20 Sep 2018 20:46:51 +0200 Subject: [PATCH] added "clear" as an aliases --- 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 72f0a8be..2a993b0a 100644 --- a/commands/admin/prune.js +++ b/commands/admin/prune.js @@ -3,7 +3,7 @@ module.exports = class PruneCommand extends Command { constructor(client) { super(client, { name: 'prune', - aliases: ['purge'], + aliases: ['purge, clear'], group: 'admin', memberName: 'prune', description: 'Bulk delete messages.',