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

This commit is contained in:
Zowie 2025-08-04 20:03:55 +02:00 committed by GitHub
parent 0225275b1c
commit afbd510bdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ The PluralKit Discord bot can be configured to display short IDs in uppercase, o
|key|description| |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| |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| |right|add a padding space to the right of 5-character ids in lists|