discohook / site

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

Add support for thread_id parameter. #64

Closed scragly closed 2 years ago

scragly commented 2 years ago

Closes #59

This implements basic support for threads in the site by directly adding the thread_id URL parameter to the webhook URL.

Below is a screenshot of a successful thread message being sent and edited.

image

image

maddysrc commented 2 years ago

Looks great, thanks!