Skip to content

Commit

Permalink
Removed unnecessary close tag
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 0a75fe7 commit de28159
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 @@ -14,7 +14,7 @@ public class Embed : IJsonModel<JsonModels.JsonEmbed>
public string? Title => _jsonModel.Title;

/// <summary>
/// The type of the embed, always set to <see cref="EmbedType.Rich"> for webhook embeds. </see>.
/// The type of the embed, always set to <see cref="EmbedType.Rich"/> for webhook embeds.
/// </summary>
public EmbedType? Type => _jsonModel.Type;

Expand Down

0 comments on commit de28159

Please sign in to comment.