Skip to content

Commit

Permalink
UnfurledMediaItemData require url
Browse files Browse the repository at this point in the history
  • Loading branch information
Doc94 committed Feb 19, 2025
1 parent 4131209 commit a1bbef4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import discord4j.discordjson.possible.Possible;
import org.immutables.value.Value;

@Value.Immutable
Expand All @@ -14,6 +13,6 @@ static ImmutableUnfurledMediaItemData.Builder builder() {
return ImmutableUnfurledMediaItemData.builder();
}

Possible<String> url();
String url();

}

0 comments on commit a1bbef4

Please sign in to comment.