Skip to content

Commit 9a7ff65

Browse files
authored
Merge pull request #11 from agcrisbp/main
Add avatar_decoration_data
2 parents ed671fc + 4b53fac commit 9a7ff65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,9 @@ export interface DiscordUser {
128128
discriminator: string;
129129
bot: boolean;
130130
avatar: string;
131+
avatar_decoration_data?: {
132+
sku_id: string;
133+
asset: string;
134+
expires_at: number;
135+
} | null;
131136
}

0 commit comments

Comments
 (0)