Skip to content

Commit

Permalink
feat: add EntitlementData#consumed
Browse files Browse the repository at this point in the history
  • Loading branch information
Azn9 committed May 18, 2024
1 parent 9cb7666 commit 462ced5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/discord4j/discordjson/json/EntitlementData.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ static ImmutableEntitlementData.Builder builder() {
@JsonProperty("guild_id")
Possible<Id> guildId();

Possible<Boolean> consumed();

// The following fields will not be present in test entitlements

@JsonProperty("starts_at")
Expand Down

0 comments on commit 462ced5

Please sign in to comment.