From fe44bb04b42fcb274ad44a00a3371cc016b7b16b Mon Sep 17 00:00:00 2001 From: JandereDev Date: Tue, 19 Jul 2022 19:45:57 +0200 Subject: [PATCH] edit /purge syntax --- bot/src/bot/commands/moderation/purge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/bot/commands/moderation/purge.ts b/bot/src/bot/commands/moderation/purge.ts index 66dbb7b..b84c43e 100644 --- a/bot/src/bot/commands/moderation/purge.ts +++ b/bot/src/bot/commands/moderation/purge.ts @@ -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 {