add zwsp to the leaderboard command so it doesn't ping other people

This commit is contained in:
Santiago Forero 2021-09-17 14:55:55 +00:00
parent cc78b2d7af
commit 895a96b458
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module.exports = {
let text = ''
for (let i = 0; i < 5; i++) {
if (data[i] !== undefined) {
text += `${i + 1}. ${data[i].ID} (${data[i].data} cm) `
text += `${i + 1}. ${data[i].ID[0]}\u200b${data[i].ID.substr(1)} (${data[i].data} cm) `
}
}