Musicbot: [Bug] Help Command is using incorrect (old?) link to command list.

Created on 8 Mar 2017  路  7Comments  路  Source: Just-Some-Bots/MusicBot

The correct link is here, but when you type !help, it appears as though the Bot is spitting out an invalid link. Or, perhaps, an older link that used to be valid.

Output

This issue is occurring on the latest master commit (3519ee8).

planned enhancement

Most helpful comment

All 7 comments

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.

850 and #646 both attempted to fix the !help link, but one was posted to the wrong branch and the other references the old repo

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TylerTCBB picture TylerTCBB  路  3Comments

ayeitzjeter picture ayeitzjeter  路  8Comments

Leomelonseeds picture Leomelonseeds  路  6Comments

noirscape picture noirscape  路  6Comments

zzulanas picture zzulanas  路  7Comments