From a3e54a01c181aed04ea71c2644765137759e3774 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 14 Feb 2021 18:59:34 +0100 Subject: [PATCH] removed unused variable --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/help.js b/commands/help.js index aca6229..f6246b8 100644 --- a/commands/help.js +++ b/commands/help.js @@ -20,7 +20,7 @@ module.exports = { for (const file of commandFiles) { const command = require(`./${file}`); - str += `Name: ${command.name}, Description: ${command.description} \n`; + embed.addFields(