You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/Subscription.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Subscriptions in Discord represent a user making recurring payments for at least
18
18
| current_period_start | ISO8601 timestamp | Start of the current subscription period |
19
19
| current_period_end | ISO8601 timestamp | End of the current subscription period |
20
20
| status | SubscriptionStatus | Current status of the subscription |
21
-
| canceled_at | ISO8601 timestamp?| When the subscription was canceled |
21
+
| canceled_at |?ISO8601 timestamp | When the subscription was canceled |
22
22
| country? | string | ISO3166-1 alpha-2 country code of the payment source used to purchase the subscription. Missing unless queried with a private OAuth scope. |
23
23
24
24
The start of a subscription is determined by its ID. When the subscription renews, its current period is updated.
0 commit comments