AttributeError: '_Client' object has no attribute 'github_bot_repo'
sentry-io opened this issue · 5 comments
sentry-io commented
Sentry Issue: SIR-LANCEBOT-AD
AttributeError: '_Client' object has no attribute 'github_bot_repo'
File "bot/exts/core/extensions.py", line 156, in list_command
url=Client.github_bot_repo,
Unhandled command error: '_Client' object has no attribute 'github_bot_repo'
wookie184 commented
Looks like it was renamed, changing
sir-lancebot/bot/exts/core/extensions.py
Line 156 in 15a9650
Client.github_repo
should fix it.
The constant is defined here:
Line 94 in 15a9650
parth-verma7 commented
Hi! @wookie184 I would like to work upon this issue. Can you please assign it to me.
Thank You.
wookie184 commented
Hi! @wookie184 I would like to work upon this issue. Can you please assign it to me. Thank You.
Sure, i've assigned you.
TheRedstoneRadiant commented
This issue seems to be resolved.