From 9a94e84b54277a5441ec83c5767e8f68968edf3a Mon Sep 17 00:00:00 2001 From: janderedev Date: Sat, 19 Mar 2022 11:42:10 +0100 Subject: [PATCH] fix typo --- bot/src/bot/commands/purge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/bot/commands/purge.ts b/bot/src/bot/commands/purge.ts index 97181cc..bcd4c61 100644 --- a/bot/src/bot/commands/purge.ts +++ b/bot/src/bot/commands/purge.ts @@ -4,7 +4,7 @@ import { decodeTime } from 'ulid'; import { isModerator, parseUser } from "../util"; import MessageCommandContext from "../../struct/MessageCommandContext"; -const SYNTAX = '/purge [SELECTOR] [@user?[m @user?[, ...]]]; where SELECTOR: [number] || [messageID]-[messageID]'; +const SYNTAX = '/purge [SELECTOR] [@user?[, @user?[, ...]]]; where SELECTOR: [number] || [messageID]-[messageID]'; const MAX_PURGE_AMOUNT = 100; export default {