Remora / Remora.Discord

A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
GNU Lesser General Public License v3.0
243 stars 46 forks source link

Change thread_id from Form to Query String param #308

Closed b-rad15 closed 1 year ago

b-rad15 commented 1 year ago

https://discord.com/developers/docs/resources/webhook#execute-webhook has this listed as a query string parameter not a form parameter and therefore posting to an existing forum thread is broken. I think it also updates the test correctly to account for this but not as sure about that

VelvetToroyashi commented 1 year ago

thread_name is not accounted for (as per the documentation), however I can open a separate PR for that.