From e056af182e563035dfeba6f9dbab77e6d04d7108 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Tue, 18 Jan 2022 10:20:48 +0100 Subject: [PATCH] Fix double thing in embed --- commands/info/help.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/info/help.js b/commands/info/help.js index c0c629e..8521b97 100644 --- a/commands/info/help.js +++ b/commands/info/help.js @@ -50,7 +50,7 @@ module.exports = { commands = commands + `${element}\n` }); } else { - commands = command.description; + //commands = command.description; noHelp = 1; } break; @@ -68,9 +68,9 @@ module.exports = { message.channel.send({embeds :[embed]}); } else { - embed.addFields( + /*embed.addFields( {name: "Help", value: commands} - ) + )*/ message.channel.send({embeds :[embed]}) }