nvm
This commit is contained in:
parent
6e825f68d7
commit
d7e52b1756
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue