mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 06:47:56 +00:00
fix(docs): update for 6-char IDs
This commit is contained in:
parent
c0b96daa8d
commit
7705bdefab
6 changed files with 14 additions and 12 deletions
|
|
@ -14,7 +14,7 @@ Privacy objects (`privacy` key in models) contain values "private" or "public".
|
|||
|
||||
#### Notes on IDs
|
||||
|
||||
Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID. The short ID is unique across the resource (a member can have the same short ID as a system, for example), while the UUID is consistent for the lifetime of the entity and globally unique across the bot.
|
||||
Every PluralKit entity has two IDs: a short (5 or 6 character) ID and a longer UUID. The short ID is unique across the resource (a member can have the same short ID as a system, for example), while the UUID is consistent for the lifetime of the entity and globally unique across the bot.
|
||||
|
||||
### System model
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue