From 39c223bff188b6d072f258e5e8615ab0419da9d4 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Thu, 27 Jan 2022 20:06:15 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BA=D1=80=D0=B0=D1=81=D0=B8=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/General/help.js b/commands/General/help.js index 2050d4d4..127e97dc 100644 --- a/commands/General/help.js +++ b/commands/General/help.js @@ -83,7 +83,7 @@ class Help extends Command { }); categories.sort().forEach((cat) => { const tCommands = commands.filter((cmd) => cmd.help.category === cat); - embed.addField(`${emojis.categories[cat.toLowerCase()]} ${cat} - (${tCommands.size})`, `${tCommands.map((cmd) => `${cmd.help.name}`).join(", ")}`); + embed.addField(`${emojis.categories[cat.toLowerCase()]} ${cat} - (${tCommands.size})`, `${tCommands.map((cmd) => `\`${cmd.help.name}\``).join(", ")}`); }); if (message.guild) {