-
Notifications
You must be signed in to change notification settings - Fork 2
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
Slash help command #5
base: master
Are you sure you want to change the base?
Conversation
When merging this @DenverCoder1 |
When it is ready. It is still a draft, you can use a git branch with |
Thanks |
Yep, I believe it would be Feel free to let me know if there are any issues. Sorry I haven't gotten around to doing much testing on this lately. |
Is there any way to make the slash cmds show in embed description using this PR |
You'd currently need to subclass SlashHelpCommand or MinimalSlashHelpCommand and override the methods you want to change (similar to EmbeddedHelpCommand, but subclassing a Slash one instead of an ext commands one). |
I see ,thanks! |
An ext.help_commands implementation will come eventually though. Maybe not in this PR, but it is definitely planned. |
Summary
Adds
SlashHelpCommand
base class and aMinimalSlashHelpCommand
that implements it.Docs: https://nextcord-ext-help-commands--5.org.readthedocs.build/en/5/
Usage
Installation for testing
pip install -U git+https://github.com/DenverCoderOne/nextcord-ext-help-commands.git@slash-help
Checklist
task pyright
and fixed the relevant issues.