fix(docs): id_padding_format uses off instead of none in the API

This commit is contained in:
zowie 2025-07-24 15:29:20 +02:00
parent 47c5990218
commit 490ac9b0bf

View file

@ -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|