Answers for "how to make that the bot sent DM embed"

0

how to make that the bot sent DM embed

//you need to do this on the end

//not dm
message.channel.send(embed)

//dm
message.author.send(embed)

//you need to do this on the end of message embed
Posted by: Guest on January-30-2022

Code answers related to "how to make that the bot sent DM embed"

Browse Popular Code Answers by Language