Skip to content

Commit

Permalink
Added cref to Title and Description
Browse files Browse the repository at this point in the history
Co-authored-by: Kuba_Z2 <[email protected]>
  • Loading branch information
Red-K0 and KubaZ2 authored Dec 17, 2023
1 parent 92e858f commit f9d9ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetCord/Embed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Embed : IJsonModel<JsonModels.JsonEmbed>
public EmbedAuthor? Author { get; }

/// <summary>
/// Allows you to add multiple subtitles with additional content underneath them below the main "Title" and "Description" blocks, maximum of 25 per embed.
/// Allows you to add multiple subtitles with additional content underneath them below the main <see cref="Title"/> and <see cref="Description"/> blocks, maximum of 25 per embed.
/// </summary>
public IReadOnlyList<EmbedField> Fields { get; }

Expand Down

0 comments on commit f9d9ab9

Please sign in to comment.