shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
135 stars 25 forks source link

Each handled event from the websocket should be wrapped in a try block #48

Closed Reapimus closed 1 year ago

Reapimus commented 1 year ago

As I say in the title, each event that the bot receives from the websocket should be handled in a try block. The bot shouldn't be crashing because of an issue with the websocket event not having fields that should be present.