python-discord/sir-lancebot

AttributeError: '_Client' object has no attribute 'github_bot_repo'

sentry-io opened this issue · 5 comments

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'

Looks like it was renamed, changing

url=Client.github_bot_repo,
to Client.github_repo should fix it.

The constant is defined here:

github_repo = "https://github.com/python-discord/sir-lancebot"

Hi! @wookie184 I would like to work upon this issue. Can you please assign it to me.
Thank You.

Hi! @wookie184 I would like to work upon this issue. Can you please assign it to me. Thank You.

Sure, i've assigned you.

This issue seems to be resolved.

Indeed it has.

#1348