serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
391 stars 111 forks source link

HTTP Status Code Checks #190

Closed maxall41 closed 1 year ago

maxall41 commented 1 year ago

Checks if the status code returned from an http request in the HttpRequest source is between 200 - 299 (OK). Otherwise returns error. Resolves issue #184