bot icon indicating copy to clipboard operation
bot copied to clipboard

`!d discord` not working correctly

Open janine9vn opened this issue 6 months ago • 0 comments

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.

Image

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.

janine9vn avatar May 18 '25 17:05 janine9vn