We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a894404 commit e49dc99Copy full SHA for e49dc99
src/commandDetails/coin/leaderboard.ts
@@ -70,6 +70,7 @@ const getCoinLeaderboardEmbed = async (
70
.join('\\_')
71
.split('`')
72
.join('\\`');
73
+ // added a "\\" below in ${rank}\\. ${cleanUserTag} so that Markdown does not automatically increment by 1 each time
74
const userCoinEntryText = `${rank}\\. ${cleanUserTag} - ${
75
userCoinEntry.balance
76
} ${getCoinEmoji()}`;
0 commit comments