mik111111
mik111111
I'm having the same issue. Happens on AUR, tar and built from source versions. For now the 9.0 version works fine.
> Please let me know if this workaround works for you Seems to work fine with this. Thanks
After some more testing I have ran into an issue with this workaround. The typing context manager can break when processing takes a while and the bot stops typing. After...
Yes it still happens with the workaround. Some minimal code that causes it: ``` import discord, asyncio, logging logging.basicConfig( format="%(asctime)s | %(levelname)s | %(message)s", datefmt="%Y-%m-%d %H:%M:%S", level=logging.INFO) bot = discord.Client()...