edit /purge syntax

This commit is contained in:
JandereDev 2022-07-19 19:45:57 +02:00
parent 22cbf57241
commit fe44bb04b4
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -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 {