Changing the POST and PATCH routes to return the member that's been created/edited, similar to how it worked before. Makes it easier to compare changes and get a newly created member's ID
* Update member_commands.py
Add ability to get avatar image from an attachment
* Update system_commands.py
Adding ability to get avatar from an attachment
* Update __init__.py
Setting `do_query_message` to accept full payload
* Update proxy.py
Adding code to remove question mark reaction after sending the message card
* Update proxy.py
Fixing type declaration in recent changes
* Fixing message grab
Getting the channel the reaction was handled in and changing the `fetch_message` call to grab from the channel
* Adding back pronouns option
Not sure why it was removed, honestly
* Fixing issues caused by PK using an outdated version of the lib. Whoops :')