Neylo
Neylo
DIAdiscord.js - Imagine an app
Created by Neylo on 9/2/2023 in #djs-questions
Edit embed with message ID
I want to edit an embed with the message ID. 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
4 replies