Skip to content

Commit

Permalink
Update updateLeaderboard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic-R authored Nov 16, 2023
1 parent 7227d17 commit 66a40e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schedule/updateLeaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ module.exports = {
members.map((member) => {
return {
id: member.id,
username: member.user.username,
discriminator: member.user.discriminator,
username: member.user.username
};
})
);
Expand Down

0 comments on commit 66a40e1

Please sign in to comment.