-
Notifications
You must be signed in to change notification settings - Fork 185
chore: merge unstable into stable for pre-release 1 #959
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
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
* Update get.py * ci: correct from checks. Co-authored-by: DeltaX <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: Implement converters * docs: Add converters to migration.rst * revert: remove change to channel type * doc: fix mistake in migration.rst * doc: fix mistake in migration.rst * Update interactions/client/models/command.py Co-authored-by: Toricane <[email protected]> * Update interactions/client/models/command.py Co-authored-by: Toricane <[email protected]> * doc: fix mistake in migration.rst * Update interactions/client/models/command.py Co-authored-by: Toricane <[email protected]> * doc: fix wrong copy and paste Co-authored-by: Toricane <[email protected]>
* fix: Fix more issues with guild objects when caching a gw event * refactor: move code into function
* fix: fix issues with converters * fix: fix issues with converters
* chore: Add Catalyst to assignees * chore: make the issue field in the PR template look better
* docs: Switch to Furo, add copybutton/enum extensions. * docs: Update localisation, run pre-commit * docs: Update index.rst third party references. * docs: Fix internal permalinks * docs: Revert dedicated __init__ for index searching, optimise index.rst
…rt. (#941) * docs: Fix cache return type, include Spanish language translate support. * ci: correct from checks. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* docs: remove question marks in docstrings * refactor: see if adding ? to both param and type works * Revert "refactor: see if adding ? to both param and type works" This reverts commit 0e8ae2e. * Revert "docs: remove question marks in docstrings" This reverts commit d466a57. * docs: add ? to optional parameter types
* docs: Update language translation backend. * docs: Completely redo locale translations by reducing the amount of blank messages. * chore: (missed file of last commit)
Co-authored-by: DeltaX <[email protected]>
* refactor: add missed logic to ``Embed.insert_field_at`` * make name and value required * remove excepting indexerror
* feat: Add new json error codes * ci: correct from checks. Co-authored-by: DeltaX <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: work on audit log objects * feat: complete OptionalAuditEntryInfo and AuditLogEvents * feat: fix import and add helpers * feat: add get full audit log helper * docs: add audit log to docs * docs: add audit log to docs * Fix:wrong instance check * Update interactions/api/models/guild.py Co-authored-by: Toricane <[email protected]> * Update audit_log.py * Refactor: add member typehint * ci: correct from checks. * Update interactions/api/models/guild.py Co-authored-by: Toricane <[email protected]> * Update interactions/api/models/guild.py Co-authored-by: Toricane <[email protected]> Co-authored-by: Toricane <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix: Fix another bug * fix: Fix bug
* feat: on_command_error event * docs: document on_command_error
* fix: fix putting class instance in json * ci: correct from checks. * refactor: remove datetime import Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: smarter option decorators * feat!: optimize option decorator BREAKING: breaks previous implementation
* docs: Fix description in ``set_rate_limit_per_user`` * feat: Adding ``premium_progress_bar_enabled`` for ``Guild`` * feat: Adding ``communication_disabled_until`` in GuildMember Gateway dispatch * ci: correct from checks. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix: take into account flake8 warnings, exclude line too long errors * ci: correct from checks. * added isort fixes * update examples/bot.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: DeltaX <[email protected]>
* Update client.py * Add another r onto occurred Co-authored-by: DeltaX <[email protected]>
* fix: fix some bugs with cache * you already is None lol * Update interactions/api/gateway/client.py Co-authored-by: EdVraz <[email protected]> * add .lower() to model_name & add new model to ignore * revert last commit * oops Co-authored-by: EdVraz <[email protected]>
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
enhancement
New feature or request
on hold
This issue/PR is on hold pending higher priority issues/PRs
pending
Pending approve
priority
This Issue/PR must be resolved first before accepting any others
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.
About
This pull request merges unstable into stable
Checklist
pre-committo format and lint the change(s) made.3.8.6and higher.