diff --git a/commands/help.js b/commands/help.js index ccb76ea..e7361ff 100644 --- a/commands/help.js +++ b/commands/help.js @@ -53,6 +53,9 @@ module.exports = { } } let regex = //g + if(commands === " "){ + noHelp = 1; + } commands = commands.replace(regex, prefix) embed.addFields( { name: "General", value: commands },