-
-
Notifications
You must be signed in to change notification settings - Fork 482
Document application commands #308
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
Document application commands #308
Conversation
These changes style according to rst. |
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
I totally missed that, it has been fixed now. |
Aren't the classes actually need to be documented? The docstrings I mean. ? |
|
That's not what I meant. I mean the docstrings aren't added in the classes. |
Changed the base to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Attachment can be kept out atm
Summary
This attempts to document application command types.
Also removes the documentation for ApplicationCommandMixin as it's already subclassed by and docced under Bot.
Checklist