Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@tibue99 tibue99 released this 14 Dec 16:50
· 1 commit to main since this release
69186b7

This update implements the new error response syntax and retrieves the error message directly from the API.

  • CookieError is now raised with additional information when an unexpected error occurs
  • Added QuotaExceeded error
  • Removed GuildNotFound and UserNotFound errors (use NotFound instead)
  • Added unit tests