Discord webhooks have a neat feature where you can edit a previously sent webhook later on by sending a "PATCH" request type.
Basically, after you do an initial "POST" webhook, the server will return an id field. You can then use this id when sending a PATCH to update the previously sent message.
Discord webhooks have a neat feature where you can edit a previously sent webhook later on by sending a "PATCH" request type.
Basically, after you do an initial "POST" webhook, the server will return an
idfield. You can then use this id when sending a PATCH to update the previously sent message.