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.
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.