Skip to content

Updated websocket.py to fix official client errors

Alex Liu requested to merge applebee1558/litecord:master into master

This adds dummy "merged_members", "merged_presences", and "users" field to prevent the client from crashing. It also wraps user_guild_settings and user_read_state with a dict that has a key called entries since that's what discord does now.

Closes #109 (closed).

Edited by luna

Merge request reports