bot
bot copied to clipboard
`!d discord` not working correctly
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: https://github.com/python-discord/bot/blob/ad6c7f823bc9a7c014d71173830ce584c138059f/bot/exts/info/doc/_cog.py#L211-L229 That method does not check if a refresh is already underway.