From 6e825f68d73a8ad9d68778704969b14c4aaaa92b Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 10 Apr 2022 10:03:02 +0200 Subject: [PATCH] Update purge.ts --- bot/src/bot/commands/purge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/bot/commands/purge.ts b/bot/src/bot/commands/purge.ts index 07de003..68a629e 100644 --- a/bot/src/bot/commands/purge.ts +++ b/bot/src/bot/commands/purge.ts @@ -6,7 +6,7 @@ import MessageCommandContext from "../../struct/MessageCommandContext"; import CommandCategory from "../../struct/commands/CommandCategory"; const SYNTAX = '/purge [SELECTOR] [@user?[, @user?[, ...]]]; where SELECTOR: [number] || [messageID]-[messageID]'; -const MAX_PURGE_AMOUNT = 100; +const MAX_PURGE_AMOUNT = 2000; export default { name: 'purge',