mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
feat(dashboard): add system pronouns + editing (I forgot to)
This commit is contained in:
parent
34926660c8
commit
45bbc26ff3
3 changed files with 18 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ export interface System {
|
|||
created?: string;
|
||||
privacy?: SystemPrivacy;
|
||||
color?: string;
|
||||
pronouns?: string;
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue