merlinfuchs / embed-generator

Create rich embed messages for Discord (previously discord.club)
https://message.style
MIT License
329 stars 37 forks source link

Detect right Webhook for editing messages #139

Closed merlinfuchs closed 6 months ago

merlinfuchs commented 9 months ago

When a user tries to edit a message we should fetch the message, check the webhook id, and then use the correct webhook to edit it. Right now we just always use the webhook that was created by the bot or create a new one. If the message was created by a different webhook it doesn't work.