From f4d08aa87580e22a2d3fdf86a580ab4d2b0e30dc Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Tue, 18 Jan 2022 10:18:53 +0100 Subject: [PATCH] Sending the embed is probably smart --- commands/info/help.js | 1 + 1 file changed, 1 insertion(+) 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]}) } },