Skip to content

Commit

Permalink
Merge pull request #11 from agcrisbp/main
Browse files Browse the repository at this point in the history
Add avatar_decoration_data
  • Loading branch information
barbarbar338 authored Dec 6, 2024
2 parents ed671fc + 4b53fac commit 9a7ff65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,9 @@ export interface DiscordUser {
discriminator: string;
bot: boolean;
avatar: string;
avatar_decoration_data?: {
sku_id: string;
asset: string;
expires_at: number;
} | null;
}

0 comments on commit 9a7ff65

Please sign in to comment.