Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumap committed Jun 18, 2021
1 parent f0d0206 commit 39133ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ws/Events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ export class GatewayEvents {
// Update username
member.username = userData.username;
// Update discriminator
member.discriminator = Number(userData.discriminator);
member.discriminator = userData.discriminator;

// Check if a avatar is available
const hash = userData.avatar
Expand Down

0 comments on commit 39133ed

Please sign in to comment.