Florian Spieß
Florian Spieß
### Description When using the V9 gateway, discord allows you to enable the MESSAGE_CONTENT intent without it being approved for the application. Instead, this should still close the socket with...
### Description According to [RFC 6749 §5.2](https://datatracker.ietf.org/doc/html/rfc6749#section-5.2), the server should respond with `invalid_request` if the request is missing required parameters: ``` invalid_request The request is missing a required parameter, includes...
### Description There seems to be an issue when you incorrectly create posts in a forum, using `POST/channels/:channel.id/threads` without specifying a message. ### Steps to Reproduce Make a request like...
Closes #5076
### Description The API does not currently support pins in voice channels. This makes it the only existing message channel without support for pins, which I find kind of odd....
### Description When you try to add a new file to a message in v10 of the api, using [edit message](https://discord.com/developers/docs/resources/channel#edit-message), it removes all existing attachments. This is true, even...
Since discord has decided to deprecate the base library this depends on I can no longer continue support for it. The new SDK is not on github and doesn't really...