-
Notifications
You must be signed in to change notification settings - Fork 586
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
Add support for premium buttons #2905
Conversation
094134a
to
01d4c17
Compare
Are there any use cases for the store link without a SKU? If there are, it may be worth implementing it, otherwise, it is fine to be left out IMO. |
The store link does in fact get rendered as a rich embed too (docs), however I don't really know which struct would be best suited to have a method that returns the url. |
Both could either have an additional method, or make the existing Alternatively, or additively, |
Sorry for the delay, should be good for merge now. |
55181e0
to
0678c3b
Compare
Fixes serenity-rs#2904 This adds support for the new premium buttons that replace the `PREMIUM_REQUIRED` interaction response type, which has been deprecated.
serenity-rs#2928) This was deprecated on `current` in serenity-rs#2905, so it can be removed here on `next`.
serenity-rs#2928) This was deprecated on `current` in serenity-rs#2905, so it can be removed here on `next`.
serenity-rs#2928) This was deprecated on `current` in serenity-rs#2905, so it can be removed here on `next`.
Fixes #2904
Adds support for the new premium buttons that replace the
PREMIUM_REQUIRED
interaction response type, which has been deprecated.