Skip to content

Fix help command invocation#460

Merged
scragly merged 3 commits into
masterfrom
help-fix
Sep 28, 2019
Merged

Fix help command invocation#460
scragly merged 3 commits into
masterfrom
help-fix

Conversation

@sco1
Copy link
Copy Markdown
Contributor

@sco1 sco1 commented Sep 27, 2019

Per #456, the !help raises an AttributeError when fetching information for Cogs due to referencing of an attribute that is no longer present in d.py. The no longer present instance attribute has been replaced with cog_name .

This also kaizens in a fix for some incorrect kwargs in one of the watchchannel cog's mod log invocations.

Closes #456

Comment thread bot/cogs/help.py Outdated
Comment thread bot/cogs/help.py Outdated
Co-Authored-By: Mark <kozlovmark@gmail.com>
@scragly scragly merged commit db98337 into master Sep 28, 2019
@scragly scragly deleted the help-fix branch September 28, 2019 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Help command raises AttributeError when argument is a cog name

3 participants