Skip to content

Commit 3028e56

Browse files
authored
Update monetization.py
Signed-off-by: plun1331 <[email protected]>
1 parent 02375a5 commit 3028e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/types/monetization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class Subscription(TypedDict):
7070
user_id: Snowflake
7171
sku_ids: list[Snowflake]
7272
entitlement_ids: list[Snowflake]
73+
renewal_sku_ids: list[Snowflake]
7374
current_period_start: str
7475
current_period_end: str
7576
status: SubscriptionStatus

0 commit comments

Comments
 (0)