Skip to content

Commit e49dc99

Browse files
committed
added comment for more clarity
1 parent a894404 commit e49dc99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commandDetails/coin/leaderboard.ts

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const getCoinLeaderboardEmbed = async (
7070
.join('\\_')
7171
.split('`')
7272
.join('\\`');
73+
// added a "\\" below in ${rank}\\. ${cleanUserTag} so that Markdown does not automatically increment by 1 each time
7374
const userCoinEntryText = `${rank}\\. ${cleanUserTag} - ${
7475
userCoinEntry.balance
7576
} ${getCoinEmoji()}`;

0 commit comments

Comments
 (0)