feat(dashboard): add proxy avatar viewing and editing

This commit is contained in:
Jake Fulmine 2023-05-15 15:26:57 +02:00
parent 66544b9d40
commit 666535fc58
3 changed files with 19 additions and 1 deletions

View file

@ -57,6 +57,7 @@ export interface Member {
birthday?: string;
pronouns?: string;
avatar_url?: string;
webhook_avatar_url?: string;
banner?: string;
description?: string;
created?: string;