Jonxslays / wom.py

An asynchronous wrapper for the Wise Old Man API.
https://jonxslays.github.io/wom.py/
MIT License
10 stars 7 forks source link

Make levels and social links non-optional #50

Closed Jonxslays closed 10 months ago

Jonxslays commented 10 months ago

Related to wise-old-man/wise-old-man#1348

social links and levels can no longer be undefined, and thus we can simplify our handling of these properties.

Resolves #49