From 490ac9b0bf325515aa5edf6e59a52de3473cfd33 Mon Sep 17 00:00:00 2001 From: zowie Date: Thu, 24 Jul 2025 15:29:20 +0200 Subject: [PATCH] fix(docs): `id_padding_format` uses `off` instead of `none` in the API --- 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 5d5938d0..6302de1f 100644 --- a/docs/content/api/models.md +++ b/docs/content/api/models.md @@ -136,7 +136,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|