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

Allow passing strings in place of GroupMemberFragments #45

Closed Jonxslays closed 10 months ago

Jonxslays commented 10 months ago

This PR allows passing both strings and GroupMemberFragments in places where GroupMemberFragment is currently expected.

Existing functionality remains the same, if a string is passed instead - no group role is added for the member.

Resolves #35