Open
Description
Invoking !d discord
to lookup the the discord.py documentation is currently not working as intended. It causes the bot start typing and never produces an output.
It seems to be a specific issue with the discord look-up in particular, but more work into what specifically the error could be caused by is needed. The logging present currently isn't enough to trace down the specific issue in production.
It could possibly be an issue with the refresh docs method here:
Lines 211 to 229 in ad6c7f8
That method does not check if a refresh is already underway.