This commit is contained in:
Jan 2022-04-10 10:20:57 +02:00 committed by GitHub
parent 6e825f68d7
commit d7e52b1756
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 = 2000;
const MAX_PURGE_AMOUNT = 100;
export default {
name: 'purge',