discohook / site

The easiest way to build and send Discord messages using webhooks
https://discohook.app
GNU Affero General Public License v3.0
376 stars 130 forks source link

Fix weird edit behavior when the message has attachments #62

Closed shayypy closed 2 years ago

shayypy commented 2 years ago

The site now includes attachments: [] when no files are present in the editor. The edit message route's API version was also updated so we do not need to worry about infinitely adding attachments either.

Unfortunately this comes with the side effect of no longer "supporting" multiple attachments.