Jda: MessageEmbed ID

Created on 25 May 2019  路  4Comments  路  Source: DV8FromTheWorld/JDA

General Troubleshooting

  • [x] I have checked for similar issues.
  • [x] I have updated to the latest JDA version.
  • [ ] I have checked the branches or the maintainers' PRs for upcoming features/bug fixes.

Issue

Issue Type

  • [ ] Bug Report
  • [x] Feature Request

Description

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?

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Andre601 picture Andre601  路  6Comments

Frederikam picture Frederikam  路  4Comments

StijnSimons picture StijnSimons  路  3Comments

napstr picture napstr  路  3Comments

liovy picture liovy  路  3Comments