Edit embed with message ID
I want to edit an embed with the message ID.
I try this
Please Help Me
I try this
client.channels.cache.get(channelId).edit(msgId, {components: [], embeds: [embed]}) and this client.channels.cache.get(channelId).fetch(msgId).edit({components: [], embeds: [embed]}) but nothing work.Please Help Me