Skip to content

Commit a8cac29

Browse files
Update docs/resources/Subscription.md
Co-authored-by: Mihail Gribkov <[email protected]>
1 parent f1fa006 commit a8cac29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/Subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Subscriptions in Discord represent a user making recurring payments for at least
1818
| current_period_start | ISO8601 timestamp | Start of the current subscription period |
1919
| current_period_end | ISO8601 timestamp | End of the current subscription period |
2020
| 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 |
2222
| 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. |
2323

2424
The start of a subscription is determined by its ID. When the subscription renews, its current period is updated.

0 commit comments

Comments
 (0)