Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additions Add 6 new HTTP API error codes: - 10049: Unknown stream - 10050: Unknown premium server subscribe cooldown - 10070: Unknown Guild Scheduled Event - 10071: Unknown Guild Scheduled Event User - 50095: This server is not available in your location - 50097: This server needs monetization enabled in order to perform this action ([twilight-rs#1094] - [@Erk-]). Fixes Fix `ResponseFuture` returning mismatched `RequestTimedOut` and `RequestError` error type variants ([twilight-rs#1100] - [@vilgotf]). Enhancements Improve the performance of `Response::bytes` ([twilight-rs#1103] - [@vilgotf]). Add `[#must_use]` to typed HTTP request builders ([twilight-rs#1099] - [@zeylahellyer]). [@Erk-]: https://github.com/Erk- [@vilgotf]: https://github.com/vilgotf [@zeylahellyer]: https://github.com/zeylahellyer [twilight-rs#1103]: twilight-rs#1103 [twilight-rs#1100]: twilight-rs#1100 [twilight-rs#1099]: twilight-rs#1099 [twilight-rs#1094]: twilight-rs#1094 Signed-off-by: Zeyla Hellyer <zeyla@hellyer.dev>
- Loading branch information