-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
feat(structures): add StickerPack structure #11398
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(structures): add StickerPack structure #11398
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
📝 WalkthroughWalkthroughThis pull request introduces a new StickerPack class to expose sticker pack data through typed getters and timestamp utilities, while extending the Sticker class with createdTimestamp and createdAt getters that derive creation time from the Snowflake ID. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11398 +/- ##
==========================================
- Coverage 31.86% 31.80% -0.06%
==========================================
Files 379 380 +1
Lines 13813 13838 +25
Branches 1089 1093 +4
==========================================
Hits 4401 4401
- Misses 9278 9303 +25
Partials 134 134
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR will add the
StickerPackstructure.createdAtandcreatedTimestampwere missing on theStickerstructure, so I went ahead and added that as part of this PR as well. We should be able to derive these properties as a snowflake id is present for that structure.This PR does not add tests.
Mentioning #10981 for visibility.