Fix double thing in embed

This commit is contained in:
SileNce5k 2022-01-18 10:20:48 +01:00
parent f4d08aa875
commit e056af182e

View file

@ -50,7 +50,7 @@ module.exports = {
commands = commands + `${element}\n` commands = commands + `${element}\n`
}); });
} else { } else {
commands = command.description; //commands = command.description;
noHelp = 1; noHelp = 1;
} }
break; break;
@ -68,9 +68,9 @@ module.exports = {
message.channel.send({embeds :[embed]}); message.channel.send({embeds :[embed]});
} }
else { else {
embed.addFields( /*embed.addFields(
{name: "Help", value: commands} {name: "Help", value: commands}
) )*/
message.channel.send({embeds :[embed]}) message.channel.send({embeds :[embed]})
} }