-
Notifications
You must be signed in to change notification settings - Fork 187
5.3.0 #1381
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
5.3.0 #1381
Conversation
…nt sync conflicts (#1369)
* feat: add component to property of ComponentContext * format: formatting run through * Fix Typehints and docs * fix Grammar Error for docs
* feat: add missing enums * feat: implement new rules and triggers * style: remove redundant ellipsis Signed-off-by: LordOfPolls <ddavidallen13@gmail.com> --------- Signed-off-by: LordOfPolls <ddavidallen13@gmail.com>
* tests: Remove unused pytest plugin * ci: Only generate coverage xml for CI runs.
merged as non breaking as this is not a breaking change - its intended behaviour that was missed * fix!: pass a Member as author of MessageReactionRemove * else + if = elif
* feat: support clyde channel flag * feat: add thread prop for clyde created
* feat: pass event object based on listeners signature * Moved inspection to Listener.create, added warnings * ci: correct from checks. * fixed listeners in cogs * feat: defer param processing until after binding --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: artem30801 <artem3080@gmail.com> Co-authored-by: LordOfPolls <dev@lordofpolls.com>
#1380) * Update context.py * Update context.py
Signed-off-by: LordOfPolls <ddavidallen13@gmail.com>
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## stable #1381 +/- ##
===========================================
+ Coverage 47.46% 60.41% +12.95%
===========================================
Files 139 139
Lines 14504 14587 +83
===========================================
+ Hits 6884 8813 +1929
+ Misses 7620 5774 -1846
☔ View full report in Codecov by Sentry. |
* fix: correct typehint for discrim * fix💥: account for discord's discrim change * fix: match behavior to discord docs pr discord/discord-api-docs#6130 * feat: set default for discrim --------- Co-authored-by: Astrea49 <25420078+Astrea49@users.noreply.github.com>
Co-authored-by: Astrea49 <25420078+Astrea49@users.noreply.github.com>
Pull Request Type
Description
Updates stable release to 5.3.0
Changes
See commits
Related Issues
Test Scenarios
Python Compatibility
3.10.x
3.11.x
Checklist
pre-commit
code linter over all edited files