Hi, I'm trying to make a command where it will reply to the original response after a certain period of time(not defer). I am doing this by storing the ID from
await interaction.reply
await interaction.reply
and then fetching the message later, but the ID doesn't seem to match. Is there a way I can get the correct message ID that has been sent?