https://github.com/Just-Some-Bots/MusicBot/blob/review/musicbot/bot.py#L1153
Looks like the link is hard-coded. Update would be cool.
Edit: I have a feeling the same link is also in other files, but I have yet to find the rest.
It's an old link that we've yet to update in the bot code. We'll get around to this eventually.
@jaydenkieran is it hard-coded? Could there be any way to add your own commands or change the commad name? It's not fun having outdated commands as well as incorrect prefixes with the help for people on my server.
It'd be great if all kind of messages were variable-based into separate files, especially to make localization and language/message customization easier.
Information about localization is here: #255
@Argos-Rho Search musicbot/bot.py for cmd_help and you can change the text and URL to whatever you need.
!help link, but one was posted to the wrong branch and the other references the old repo
Most helpful comment
Fixed in https://github.com/Just-Some-Bots/MusicBot/commit/949a4b608973d0aaafd18c7c7b9e0149b36516a6.