Skip to content

Commit

Permalink
Merge pull request #11 from kyrie25/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alii authored Oct 25, 2023
2 parents 9461eef + 90b6d16 commit 84c1a10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ export interface DiscordUser {
display_name: string | null;
discriminator: string;
bot: boolean;
avatar_decoration: string | null;
avatar_decoration_data: {
asset: string;
sku_id: bigint;
} | null;
avatar: string | null;
}

Expand Down

0 comments on commit 84c1a10

Please sign in to comment.