diff --git a/commands/help.js b/commands/help.js index aca6229..f6246b8 100644 --- a/commands/help.js +++ b/commands/help.js @@ -20,7 +20,7 @@ module.exports = { for (const file of commandFiles) { const command = require(`./${file}`); - str += `Name: ${command.name}, Description: ${command.description} \n`; + embed.addFields(