Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additions Add the API error codes `20029 WriteActionsReached` and `50055 InvalidGuild` ([#1326] - [@zeylahellyer]). Changes Only send the interaction authorization token when responding to interactions ([#1317] - [@zeylahellyer]). Fixes Fix an issue where interaction and webhook tokens were invalidating the entire client ([#1318] - [@zeylahellyer]). The client now only invalidates a token if the request that failed was actually using it. `CommandBorrowed::kind` is now properly serialized as `type` ([#1323] - [@7596ff]). Fix a variety of routes in `RouteDisplay` after adding tests ([#1327] - [@zeylahellyer]). The fixed routes are `CreateGuildPrune`, `SyncGuildIntegration`, and `UpdateUserVoiceState`. [#1317]: #1317 [#1318]: #1318 [#1323]: #1323 [#1326]: #1326 [#1327]: #1327 [@7596ff]: https://github.com/7596ff [@zeylahellyer]: https://github.com/zeylahellyer
- Loading branch information