File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/net/dv8tion/jda/api/components Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131import java .util .List ;
3232
3333/**
34- * Component which displays a group of images, videos or gifs into a gallery grid.
34+ * Component which displays a group of images, videos, GIFs or WEBPs into a gallery grid.
3535 *
3636 * <p>This can contain up to {@value #MAX_ITEMS} {@link MediaGalleryItem}.
3737 *
Original file line number Diff line number Diff line change 3737import java .util .List ;
3838
3939/**
40- * Component which contains main content on the left and an accessory on the right.
40+ * Component which contains the main content on the left and an accessory on the right.
4141 *
4242 * <p>This can contain up to {@value #MAX_COMPONENTS} {@link SectionContentComponent}.
4343 *
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ static Thumbnail fromUrl(@Nonnull String url)
6262 /**
6363 * Constructs a new {@link Thumbnail} from the {@link FileUpload}.
6464 *
65- * <p>This will automatically add the file when building the message,
66- * as such you do not need to add it manually (with {@link MessageCreateBuilder#addFiles(FileUpload...)} for example).
65+ * <p>This will automatically add the file when building the message;
66+ * as such, you do not need to add it manually (with {@link MessageCreateBuilder#addFiles(FileUpload...)} for example).
6767 *
6868 * @param file
6969 * The {@link FileUpload} to display
You can’t perform that action at this time.
0 commit comments