mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 05:47:53 +00:00
feat(dashboard): add proxy avatar viewing and editing
This commit is contained in:
parent
66544b9d40
commit
666535fc58
3 changed files with 19 additions and 1 deletions
|
|
@ -57,6 +57,7 @@ export interface Member {
|
|||
birthday?: string;
|
||||
pronouns?: string;
|
||||
avatar_url?: string;
|
||||
webhook_avatar_url?: string;
|
||||
banner?: string;
|
||||
description?: string;
|
||||
created?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue