Discord added a premium upsell button style for components. This PR adds them and notes the deprecation of the PREMIUM_REQUIRED response (noted in the changelog linked).
Changes
Add PREMIUM = 6 to ButtonStyles.
Added sku_id to Button.
Checks were also adjusted or added to note the presence of it.
Pull Request Type
Description
Discord added a premium upsell button style for components. This PR adds them and notes the deprecation of the
PREMIUM_REQUIRED
response (noted in the changelog linked).Changes
PREMIUM = 6
toButtonStyles
.sku_id
toButton
.Related Issues
Resolves #1702.
Test Scenarios
Python Compatibility
3.10.x
- kind of? I can't test the button sending, but I do get the correct errors, so...3.11.x
Checklist
pre-commit
code linter over all edited files