Revert "Testing thing"

This reverts commit 921eb318bc.
This commit is contained in:
SileNce5k 2022-03-24 23:47:47 +01:00
parent cbb0cc03d8
commit 56df5dcea3
Failed to extract signature

View file

@ -61,7 +61,7 @@ module.exports = {
} }
commands = commands.replace(regex, prefix) commands = commands.replace(regex, prefix)
embed.addFields( embed.addFields(
{ name: " ", value: commands }, { name: "General", value: commands },
) )
if(noHelp == 0) if(noHelp == 0)
message.channel.send({embeds :[embed]}); message.channel.send({embeds :[embed]});