Skip to content

Commit

Permalink
chore: Update subscription payload
Browse files Browse the repository at this point in the history
  • Loading branch information
DA-344 committed Jan 19, 2025
1 parent 6d0ed46 commit d5eeded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/types/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ class Subscription(TypedDict):
current_period_end: str
status: SubscriptionStatus
canceled_at: Optional[str]
renewal_sku_ids: List[Snowflake]
renewal_sku_ids: Optional[List[Snowflake]]

0 comments on commit d5eeded

Please sign in to comment.