From dc845ea3d76b5a6969e122746c3d1d51c1863808 Mon Sep 17 00:00:00 2001 From: rladenson <78043712+rladenson@users.noreply.github.com> Date: Tue, 18 Jul 2023 16:12:30 -0600 Subject: [PATCH] fix(docs): correct info about webhook name length limit (#568) --- docs/content/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/user-guide.md b/docs/content/user-guide.md index 7ea1a117..a8ca876d 100644 --- a/docs/content/user-guide.md +++ b/docs/content/user-guide.md @@ -70,7 +70,7 @@ a system tag. Note that emojis *are* supported! To set one, use the `pk;system t If you want to remove your system tag, just type `pk;system tag` with no extra parameters. -**NB:** When proxying, the *total webhook username* must be 32 characters or below. As such, if you have a long system name, your tag might be enough +**NB:** When proxying, the *total webhook username* must be 80 characters or below. As such, if you have a long system name, your tag might be enough to bump it over that limit. PluralKit will warn you if you have a member name/tag combination that will bring the combined username above the limit. You can either make the member name or the system tag shorter to solve this.