-
Notifications
You must be signed in to change notification settings - Fork 185
chore: merge unstable into stable #1095
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
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
* feat: Utilise reconnection lock for packet sending. * chore: bump version * fix: Fix race condition when reconnecting and identifying/resuming using the shared reconnect lock.
* feat: helpers helpers helpers * docs: helpers helpers helpers * Update error.py
* refactor!: add ``event`` to ``raw_socket_create`` dispatch * docs: update info about ``raw_socket_create``
* refactor: improve error message formatting * revert: oop-
* feat: Add `REQUEST_MEMBERS` support * fix: attributeerror * refactor: convert to `Member` & add http * refactor: change typehints * Update interactions/api/gateway/client.py Co-authored-by: Toricane <[email protected]> * Update interactions/api/gateway/client.py Co-authored-by: Toricane <[email protected]> * ref: optimize condition * refactor: use elif Co-authored-by: Toricane <[email protected]>
* feat: allow embed suppression in interaction responses * docs(docstrings): add toricane's suggestion Co-authored-by: Toricane <[email protected]> * docs(docstrings): add toricane's suggestion (Again) Co-authored-by: Toricane <[email protected]> Co-authored-by: Toricane <[email protected]>
* refactor: give the bot an overrideable logging configuration * credits * ref: change to debug setting * refactor: requested changes
…ces (#1093) * feat: add the client, command, and extension to CommandContext instances * docs(docstrings): Update ivars
…#1096) * Update misc.py * ci: correct from checks. * Update context.py * Update context.py * fix precommit * Revert changes to misc.py * revert unwanted changes * ci: correct from checks. * revert unwanted changes again * Update context.py * Update interactions/client/context.py Co-authored-by: Toricane <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Toricane <[email protected]>
…thod (#1101) * Fix the thing * ci: correct from checks. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Update thread.py * Update thread.py * Update channel.py * ci: correct from checks. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Collaborator
|
waiting for #1105 just to sync everything together, otherwise this pr is ready |
* docs: Update doc utils version, update docs to account for utils architecture layout. * docs: Fix python library and utils pointer at quickstart.rst * docs: Update locale. * docs: Reduce redundancy of type references (deduplication) * docs: Update locale. * docs: Add emoji model to docs. * docs: Fix emoji header typo.
Co-authored-by: Ryan <[email protected]>
FayeDel
approved these changes
Oct 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
please bump version first, thanks
Checklist
pre-commitcode linter has been run over all edited files to ensure the code is linted.3.8.6and higher.I've made this pull request: (check all that apply)
This is: