diff --git a/commands/info/help.js b/commands/info/help.js index b1db9da..a5c88f4 100644 --- a/commands/info/help.js +++ b/commands/info/help.js @@ -61,7 +61,7 @@ module.exports = { } commands = commands.replace(regex, prefix) embed.addFields( - { name: " ", value: commands }, + { name: "General", value: commands }, ) if(noHelp == 0) message.channel.send({embeds :[embed]});