From b8e53de12375244eed075e1a000e8468abe3fd57 Mon Sep 17 00:00:00 2001 From: pakkographic Date: Mon, 2 Sep 2024 10:19:31 +0200 Subject: [PATCH] updated customID requirement error message --- lib/util/Util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/Util.ts b/lib/util/Util.ts index 1f7fe61..a800734 100644 --- a/lib/util/Util.ts +++ b/lib/util/Util.ts @@ -60,7 +60,7 @@ export class Util { if (!regExpCheck.test(component.customID)) throw new Error( "Invalid component, customID property is considered invalid, " + - "requirements: \"1-32 characters containing no capital letters, spaces, or symbols other than - and _\"." + "requirements: \"1-32 characters containing no spaces, or symbols other than - and _\"." ); await this.#client.rest.channels .createReaction(