From d7e52b17565a5113fc4c52a63a16abc90fc477e6 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 10 Apr 2022 10:20:57 +0200 Subject: [PATCH] nvm --- 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 68a629e..07de003 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 = 2000; +const MAX_PURGE_AMOUNT = 100; export default { name: 'purge',