How do I get the id of an MessageEmbed? I want to delete the message after 10 seconds, but i can麓t get the id of the MessageEmbed to delete it. Is there a way to get it from the MessageEmbed class? When not can you add this feature?
The github issue tracker is reserved for feature requests and bug reports. Your issue is neither and should be sorted out inside of our discord server. Go to discord.gg/0hMr4ce0tIl3SLv5 to receive the needed help.
Embeds don't have IDs. Messages have IDs. You can get a messages ID with message.getId().
The github issue tracker is reserved for feature requests and bug reports. Your issue is neither and should be sorted out inside of our discord server. Go to discord.gg/0hMr4ce0tIl3SLv5 to receive the needed help.
But i wrote "When not can you add this feature?". So this is a Feature Request
This is not possible because as MinnDevelopement mentioned do embeds not have IDs, but messages do.
Just delete the message through the message ID or edit it... there is a method to edit messages which removes the embed