Skip to content

Add exception handling for 500 status codes.

Mateusz Brawański requested to merge github/fork/Neuheit/patch/623 into master

Created by: Neuheit

Summary

Fixes #623 (closed).

Details

This PR adds a new exception type to handle when Discord throws an internal server error after making a request.

Changes proposed

  • Add new exception type
  • Add 500 handling to rest client.

Merge request reports

Loading