Discord.js Embed Editing V12

Lol scrap the above answer I wrote, I just tested the command and realized you can replace

message.edit(embed2).then(sentEmbed => {

with

sentEmbed.edit(embed2).then(sentEmbed => {
/* I'd recommend renaming the second sentEmbed variable to something else btw. */

and it should :tm: work.

3 Likes