From afbd510bdbdfa7d8ce249677650eb94aafaa65ef Mon Sep 17 00:00:00 2001 From: Zowie <50455229+z0w13@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:03:55 +0200 Subject: [PATCH] fix(docs): `id_padding_format` uses `off` instead of `none` in the API (#757) --- docs/content/api/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/api/models.md b/docs/content/api/models.md index abf8c7db..47dc41af 100644 --- a/docs/content/api/models.md +++ b/docs/content/api/models.md @@ -137,7 +137,7 @@ The PluralKit Discord bot can be configured to display short IDs in uppercase, o |key|description| |---|---| -|none|do not pad 5-character ids| +|off|do not pad 5-character ids| |left|add a padding space to the left of 5-character ids in lists| |right|add a padding space to the right of 5-character ids in lists|