FinOCE / Modkit

Your ultimate toolkit for server moderation on Discord
https://modkit.org
GNU General Public License v3.0
0 stars 1 forks source link

Add support for form content payloads #16

Closed FinOCE closed 1 month ago

FinOCE commented 1 month ago

This task also involves implementing the remaining uses of this

FinOCE commented 1 month ago

Added form content CE, need to implement endpoints which require it

FinOCE commented 1 month ago

Marking as stale since only non-essential refactoring remains for this task

FinOCE commented 1 month ago

Implemented in InteractionResource so remaining use cases can copy from there. Also will be needed in WebhookResource when its created but it can be treated as part of that task. If other implementations done before its created this task can be closed, but the webhook resource should also be quite easy to add given half of it is literal duplicates of interaction resource endpoints

FinOCE commented 1 month ago

Working on in conjunction with req ce task

FinOCE commented 1 month ago

Implemented remaining use cases