Forum channels still use payloads from early beta #2190
Labels
bug
Something isn't working
Failing API Reflection
priority: high
High Priority
status: todo
This issue needs work
Problem
Discord informed us that our payloads for post creations in forum channels are invalid.
Before we could specify the message directly in the root object as
content
, as well as other fields.This was changed long ago tho.
References
pycord/discord/http.py
Lines 1186 to 1208 in 0763261
Solution
The inner payload for the message has to be a message payload.
References
Additional
While looking through blame, it came to our attention that there's another problem with a certain route which had a special param before release to test.
The param needs to be removed.
References
pycord/discord/http.py
Lines 1214 to 1218 in 0763261
The text was updated successfully, but these errors were encountered: