-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
refactor(Emoji)!: make imageURL() change extension dynamically #10613
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10613 +/- ##
=======================================
Coverage 38.00% 38.00%
=======================================
Files 239 239
Lines 14894 14894
Branches 1389 1390 +1
=======================================
Hits 5661 5661
Misses 9221 9221
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
idk if the docs/typings for |
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.
Tests need updating! The second parameter of emoji()
in REST is no longer an object, but it still is in the tests.
96496c1
to
f4b4616
Compare
Co-authored-by: Aura <kyradiscord@gmail.com>
Co-authored-by: Almeida <github@almeidx.dev>
f4b4616
to
d22e2c7
Compare
BREAKING CHANGE: The
REST#emoji
method now has aanimated
required parameter.Please describe the changes this PR makes and why it should be merged:
I think it'd be better if
Emoji#imageURL()
changes the extension dynamically as others...URL()
functions.Status and versioning classification: