Which application or package is this feature request for?
discord.js
Feature
Discord has recently updated the way premium interactions work and it would be great to be able to use it with discord.js.
Ideal solution or implementation
Alternative solutions or implementations
No response
Other context
No response
Which application or package is this feature request for?
discord.js
Feature
Discord has recently updated the way premium interactions work and it would be great to be able to use it with discord.js.
Ideal solution or implementation
Deprecate or remove
Interaction#sendPremiumRequiredhttps://discord.com/developers/docs/change-log#premium-apps-new-premium-button-style-deep-linking-url-schemes
Add

ButtonStyle#Premiumand a newskuIdfield for buttons and the corresponding methods on theButtonBuilder(e. g.
#setSkuId)https://discord.com/developers/docs/interactions/message-components#button-object-button-styles
Example premium button object:
{ "type": 2, "style": 6, "sku_id": "<SKU ID>" }Add
SKU#getUrlandClientApplication#getStoreUrl(can also beClient#getStoreUrl)https://discord.com/developers/docs/monetization/skus#linking-to-your-skus
https://discord.com/developers/docs/monetization/managing-your-store#linking-to-your-store
Alternative solutions or implementations
No response
Other context
No response