Skip to content

Commit

Permalink
added comment for more clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
andy586586 committed Mar 8, 2024
1 parent a894404 commit e49dc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commandDetails/coin/leaderboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const getCoinLeaderboardEmbed = async (
.join('\\_')
.split('`')
.join('\\`');
// added a "\\" below in ${rank}\\. ${cleanUserTag} so that Markdown does not automatically increment by 1 each time
const userCoinEntryText = `${rank}\\. ${cleanUserTag} - ${
userCoinEntry.balance
} ${getCoinEmoji()}`;
Expand Down

0 comments on commit e49dc99

Please sign in to comment.