edit /purge syntax
This commit is contained in:
parent
22cbf57241
commit
fe44bb04b4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { isModerator, parseUser } from "../../util";
|
|||
import MessageCommandContext from "../../../struct/MessageCommandContext";
|
||||
import CommandCategory from "../../../struct/commands/CommandCategory";
|
||||
|
||||
const SYNTAX = '/purge [SELECTOR] [@user?[, @user?[, ...]]]; where SELECTOR: [number] || [messageID]-[messageID]';
|
||||
const SYNTAX = '/purge [number] [user[,user...]]';
|
||||
const MAX_PURGE_AMOUNT = 100;
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Reference in a new issue