Update purge.ts

This commit is contained in:
Jan 2022-04-10 10:03:02 +02:00 committed by GitHub
parent db3d9391fd
commit 6e825f68d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',