CodeWizardClemens / BSF-bot

3 stars 2 forks source link

[Bug fix / Refactor] Help command doesn't recognise "Args" #40

Open HelloWorld183L opened 1 year ago

HelloWorld183L commented 1 year ago

When specifying the arguments for a command, the help command only recognises "Arguments:" specifically. Also, where is the code for the help command?

CodeWizardClemens commented 1 year ago

The help command is something internal that the bot generates. So we don't have direct control over it.

We could remove it and build it ourselfs, or use the interface properly if it can do everything we want.

HelloWorld183L commented 1 year ago

I think a quick refactor that uses "Arguments: " instead will be sufficient.