-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
feat!: one time event listeners #1957
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1957 +/- ##
==========================================
+ Coverage 33.32% 33.33% +0.01%
==========================================
Files 97 97
Lines 18901 18891 -10
==========================================
- Hits 6298 6297 -1
+ Misses 12603 12594 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Signed-off-by: Om <[email protected]>
for more information, see https://pre-commit.ci
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
Head branch was pushed to by a user without write access
for more information, see https://pre-commit.ci
Summary
Reverts #1940 and reimplements one time event listeners using
@client.listen(once=True)
.Breaking change for master branch. The code this pr breaks isn't released as of making this pr, but merged with master branch.
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.