-
-
Notifications
You must be signed in to change notification settings - Fork 482
Overhaul Documentation #770
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
Merged
Lulalaby
merged 398 commits into
Pycord-Development:trunk/docs
from
pycord:refresh/docs
Jan 13, 2022
Merged
Overhaul Documentation #770
Lulalaby
merged 398 commits into
Pycord-Development:trunk/docs
from
pycord:refresh/docs
Jan 13, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…x-attributes ApplicationContext attributes
Not checking if `activity` is instance of `int` when `activity` is an instance of `EmbeddedActivity` will result in better processing efficiency.
Change if isinstance logic to elif
Fix broken link in CONTRIBUTING.md
`cast` is missing from the `typing` library when scheduling a task to be run again.
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
Update Discord Link in about.md
Redesigning slash command groups
better discord shield
* Update sync.py * Update async_.py
Update recent change to CogMeta class to only apply to ApplicationCommand groups
This reverts commit 1f60568.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
priority: high
High Priority
status: in progress
Work in Progess
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Moved from the original pull BobDotCom#11
Only thing which still needs work is the guide, but everything else is done.
Checklist
type: ignore
comments were used, a comment is also left explaining why