Sending the embed is probably smart

This commit is contained in:
SileNce5k 2022-01-18 10:18:53 +01:00
parent bcff645ba7
commit f4d08aa875

View file

@ -71,6 +71,7 @@ module.exports = {
embed.addFields(
{name: "Help", value: commands}
)
message.channel.send({embeds :[embed]})
}
},