Skip to content

Commit

Permalink
Add avatar_decoration_data
Browse files Browse the repository at this point in the history
  • Loading branch information
agcrisbp authored Dec 6, 2024
1 parent ed671fc commit 4b53fac
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 4b53fac

Please sign in to comment.