From 895a96b458a82b7b13d0a269aed8f3502cf58060 Mon Sep 17 00:00:00 2001 From: Santiago Forero Date: Fri, 17 Sep 2021 14:55:55 +0000 Subject: [PATCH] add zwsp to the leaderboard command so it doesn't ping other people --- commands/leaderboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/leaderboard.js b/commands/leaderboard.js index 0170bfd..262f108 100644 --- a/commands/leaderboard.js +++ b/commands/leaderboard.js @@ -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) ` } }