Update purge.ts
This commit is contained in:
parent
db3d9391fd
commit
6e825f68d7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import MessageCommandContext from "../../struct/MessageCommandContext";
|
||||||
import CommandCategory from "../../struct/commands/CommandCategory";
|
import CommandCategory from "../../struct/commands/CommandCategory";
|
||||||
|
|
||||||
const SYNTAX = '/purge [SELECTOR] [@user?[, @user?[, ...]]]; where SELECTOR: [number] || [messageID]-[messageID]';
|
const SYNTAX = '/purge [SELECTOR] [@user?[, @user?[, ...]]]; where SELECTOR: [number] || [messageID]-[messageID]';
|
||||||
const MAX_PURGE_AMOUNT = 100;
|
const MAX_PURGE_AMOUNT = 2000;
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'purge',
|
name: 'purge',
|
||||||
|
|
Loading…
Reference in a new issue