-
-
Notifications
You must be signed in to change notification settings - Fork 104
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(types): Add poll_result
Message/Embed Type
#3870
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3870 +/- ##
==========================================
- Coverage 77.04% 76.85% -0.20%
==========================================
Files 204 204
Lines 26147 26148 +1
Branches 546 515 -31
==========================================
- Hits 20145 20095 -50
- Misses 5993 6044 +51
Partials 9 9
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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!
Any reason why? |
I don't know how to type them. The issue is that to type them i need to change |
Add
PollResult
(46) message type andpoll_result
embed type.This does not include the typings for
poll_result
embeds fields.