-
-
Notifications
You must be signed in to change notification settings - Fork 750
!d discord not working correctly #3326
Copy link
Copy link
Open
Labels
a: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)
Metadata
Metadata
Assignees
Labels
a: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Invoking
!d discordto 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:
bot/bot/exts/info/doc/_cog.py
Lines 211 to 229 in ad6c7f8
That method does not check if a refresh is already underway.