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

Help Commands within bot.py / help.py #1

Open
Jacob1010-h opened this issue Nov 16, 2022 · 0 comments
Open

Help Commands within bot.py / help.py #1

Jacob1010-h opened this issue Nov 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Jacob1010-h
Copy link
Member

one option to add help commands is to use the command
bot.remove_command("help")

use: @bot.group(name='help', invoke_without_command=True)
async def _help(ctx):

to create a help group

then do @_help.command() to group

@Jacob1010-h Jacob1010-h added the enhancement New feature or request label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant