Skip to content

Commit

Permalink
Update src/main/java/net/dv8tion/jda/api/entities/Entitlement.java
Browse files Browse the repository at this point in the history
Co-authored-by: freya02 <[email protected]>
  • Loading branch information
Giuliopime and freya022 authored Nov 17, 2023
1 parent eae8276 commit ce74c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/net/dv8tion/jda/api/entities/Entitlement.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ public interface Entitlement extends ISnowflake
Long getGuildIdLong();

/**
* The guild id that is granted access to the {@link Entitlement Entitlement}'s sku
* The guild id that is granted access to the {@link Entitlement Entitlement}'s SKU
*
* @return The id of the guild that is granted access to the {@link Entitlement Entitlement}'s sku,
* or Null if this entitlement is related to a subscription of type "User Subscription"
* @return The id of the guild that is granted access to the {@link Entitlement Entitlement}'s SKU,
* or {@code null} if this entitlement is related to a subscription of type "User Subscription"
*/
@Nullable
String getGuildId();
Expand Down

0 comments on commit ce74c11

Please sign in to comment.