
Return message information on webhook dispatch
Kanin opened this issue ยท 1 comments
Why?
In order to edit/delete webhook messages we need the message ID, this is something the API has supported for a while now and would be incredibly beneficial for plugins that hook into your API like ChatControl which allows deleting specific messages and currently does not support Webhook sending because of this. kangarko/ChatControl#2226 (comment)
What and How?
Return the message object on dispatch.
Are there alternatives?
Pretty sure this is the only solution
Checks
- I have used the search at least once to check if my idea has already been suggested and perhaps already implemented.
Anything else
https://discord.com/developers/docs/resources/webhook#edit-webhook-message
https://discord.com/developers/docs/resources/webhook#delete-webhook-message