Skip to content

Commit

Permalink
change order of EntitlementType values
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoffi committed Aug 14, 2024
1 parent 20d5f76 commit 54287e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2449,8 +2449,8 @@ const (
EntitlementTypeTestModePurchase = 4
EntitlementTypeFreePurchase = 5
EntitlementTypeUserGift = 6
EntitlementTypeApplicationSubscription = 8
EntitlementTypePremiumPurchase = 7
EntitlementTypeApplicationSubscription = 8
)

// Entitlement represents that a user or guild has access to a premium offering
Expand Down

0 comments on commit 54287e3

Please sign in to comment.