Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use help provider to supply subcommand help #340

Open
emmiegit opened this issue Apr 30, 2020 · 2 comments
Open

Use help provider to supply subcommand help #340

emmiegit opened this issue Apr 30, 2020 · 2 comments

Comments

@emmiegit
Copy link
Collaborator

We had an issue where subcommands which were improperly specified simply returned βœ…, which was confusing since it looked like it performed an action but didn't. We changed this to πŸ“š to highlight that an action was not being performed.

A help message should be provided for usage of this command/subcommand. However due to past difficulties with the discord.py help provider this was not implemented. This issue has been created to record this.

Additionally we are using a simpler version of the discord.py help provider due to the aforementioned. We should use the original, better provider.

@emmiegit
Copy link
Collaborator Author

See

# FIXME no help provider set up

@emmiegit
Copy link
Collaborator Author

emmiegit commented May 8, 2020

With #346 we just need to call the bot.help_command to manually invoke help on whatever command they are specifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant