diff --git a/commands/info/help.js b/commands/info/help.js index f912124..c0c629e 100644 --- a/commands/info/help.js +++ b/commands/info/help.js @@ -71,6 +71,7 @@ module.exports = { embed.addFields( {name: "Help", value: commands} ) + message.channel.send({embeds :[embed]}) } },