Order of actions:
- Send a message in a channel using .SendMessageAsync (without a picture in the embed)
- After someone triggers a modal, a picture is generated.
- Looking to edit that picture into the first message embed sent
I am aware I need to use .SendFileAsync, but since I don't actually send a file the first time I send the message, but later want to edit it in, how would I be able to do that?
Thanks 🙂