Description
Its impossible to get the source for the HelpChannel cog.
Steps to Reproduce
!src HelpChannel
Due to the logic of the command, all that needs to be said is !src help followed by anything.
Expected Behaviour
Source link to the HelpChannel cog is shown.
Actual Behaviour
Help command source link is shown.
Known Impacted Platforms
Possible Solutions
These lines are the probable cause.
|
if argument.lower().startswith("help"): |
|
return ctx.bot.help_command |
After looking at sir-lancebot, it might even be possible to remove these two lines altogether.
Would you like to implement a fix?
Note: For high-priority or critical bugs, fixes may be implemented by staff.
Description
Its impossible to get the source for the HelpChannel cog.
Steps to Reproduce
!src HelpChannelDue to the logic of the command, all that needs to be said is
!src helpfollowed by anything.Expected Behaviour
Source link to the HelpChannel cog is shown.
Actual Behaviour
Help command source link is shown.
Known Impacted Platforms
Possible Solutions
These lines are the probable cause.
bot/bot/exts/info/source.py
Lines 19 to 20 in 51af136
After looking at sir-lancebot, it might even be possible to remove these two lines altogether.
Would you like to implement a fix?
Note: For high-priority or critical bugs, fixes may be implemented by staff.