Skip to content

Commit

Permalink
added tag option
Browse files Browse the repository at this point in the history
  • Loading branch information
Faf4a authored Sep 16, 2023
1 parent 531d9ad commit f97a2b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/functions/variables/getLeaderboardInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ module.exports = async (d) => {
case "username":
data.result = user.username || null;
break;
case "tag":
data.result = user.tag || '0000';
break;
default:
data.result = null;
}
Expand Down

0 comments on commit f97a2b9

Please sign in to comment.