You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Fixed issue where in some versions of Python, timeouts would return asyncio.exceptions.TimeoutError, which was not caught properly and resulted in program hangs. Thanks @grauschnabel!!
Added patcher to allow people to easily patch out the bot check in the ext.commands system for making bots. Also setup GitHub actions and updated assorted docs!