-
Notifications
You must be signed in to change notification settings - Fork 185
chore: Move unstable to stable. #1270
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
* fix(attrs): add factory value to interaction resolved data * ci: correct from checks. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* fix: Add GuildAuditLogEntry event * fix: add AuditLogEntry object as payload * fix:Changed GuildAuditEntry to subclass of AuditLogEntry * docs: document add versionadded Co-authored-by: Damego <[email protected]> * Update interactions/api/models/gw.py Co-authored-by: Damego <[email protected]>
Co-authored-by: DeltaX <[email protected]>
* docs: add missed fields for the `GuildAuditLogEntry` * docs: Ed, are you kidding me?
* refactor!: Mark permissions attrs as `Permissions` class * fix: thanks, git
* fix: Set the websocket's token without referencing the httpclient * fix: correct the websocket's headers * ci: correct from checks. * feat: allow setting the token in .start * ci: correct from checks. * fix: bugs from merge/fastforward * Update interactions/client/bot.py Co-authored-by: Damego <[email protected]> * Apply suggestions from code review Co-authored-by: Damego <[email protected]> * Update interactions/client/bot.py * Update interactions/client/bot.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Damego <[email protected]>
* fix: Warns user that the bot is not in guild than rather fails * fix: dying due to error * fix : merge conflicts Co-authored-by: DeltaX <[email protected]>
* feat: Add support for age-restricted commands * refactor: pre-commited * Update command.py * Update command.py
fix: check `Client._http` is not a string before logout
* feat: add member flags * ci: correct from checks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Made fields return embed * Update message.py * added typehints * addded versionchanged * Update message.py --------- Co-authored-by: DeltaX <[email protected]>
* refactor(context): allow edit message from modal; move defer to base * refactor: run pre-commit * docs: defer is not only for component
* feat: add component to property of ComponentContext * ci: correct from checks. * feat: add check for message * refactor: simplify condition --------- Co-authored-by: DeltaX <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Damego <[email protected]>
* feat: add the `on_disconnect` event * Update docs/events.rst * refactor: Move on_disconnect call. (note, this is done without an IDE, pre-commit might fail) * ci: correct from checks. --------- Co-authored-by: Sophia <[email protected]> Co-authored-by: DeltaX <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Damego
approved these changes
Feb 6, 2023
* ci: weekly check. updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) * ci: correct from checks. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
luknarusevicius
approved these changes
Feb 7, 2023
LordOfPolls
approved these changes
Feb 7, 2023
Contributor
LordOfPolls
left a comment
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
i0bs
approved these changes
Feb 8, 2023
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
This pull request pushes all unstable code to the stable branch for the v4.4 release.
Checklist
pre-commitcode linter has been run over all edited files to ensure the code is linted.3.8.6and higher.versionadded,versionchangedanddeprecatedto any new or changed user-facing function I committed.Pull-Request specification
I've made this pull request: (check all that apply)
This is: