Skip to content

Commit

Permalink
Update src/Discord/Parts/Interactions/Entitlement.php
Browse files Browse the repository at this point in the history
Co-authored-by: SQKo <[email protected]>
  • Loading branch information
key2peace and SQKo authored Oct 22, 2023
1 parent c5036ba commit 173a0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Parts/Interactions/Entitlement.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @property Carbon|null $starts_at Start date at which the entitlement is valid. Not present when using test entitlements.
* @property Carbon|null $ends_at Date at which the entitlement is no longer valid. Not present when using test entitlements.
* @property string|null $guild_id ID of the guild that is granted access to the entitlement's sku.
* @property Guild|null $guild Guild that is granted access to the entitlement's sku.
* @property-read Guild|null $guild Guild that is granted access to the entitlement's sku.
* @property string|null $subscription_id ID of the subscription.
*/
class Entitlement extends Part
Expand Down

0 comments on commit 173a0ee

Please sign in to comment.