Skip to content

Commit

Permalink
fix default avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrie25 committed Nov 24, 2024
1 parent 0937c6c commit 13d77da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const renderCard = async (body: LanyardTypes.Root, params: Parameters): Promise<
data.discord_user.discriminator === "0"
? Number(BigInt(data.discord_user.id) >> BigInt(22)) % 6
: Number(data.discord_user.discriminator) % 5
}.webp`,
}.png`,
);
}

Expand Down

0 comments on commit 13d77da

Please sign in to comment.