fix: IMessage.Embeds docs remarks

This commit is contained in:
Paulo
2020-12-20 07:09:44 -03:00
committed by GitHub
parent accd3510df
commit a4d32d366d

View File

@@ -92,10 +92,10 @@ namespace Discord
/// Gets all embeds included in this message. /// Gets all embeds included in this message.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// </remarks>
/// This property gets a read-only collection of embeds associated with this message. Depending on the /// This property gets a read-only collection of embeds associated with this message. Depending on the
/// message, a sent message may contain one or more embeds. This is usually true when multiple link previews /// message, a sent message may contain one or more embeds. This is usually true when multiple link previews
/// are generated; however, only one <see cref="EmbedType.Rich"/> <see cref="Embed"/> can be featured. /// are generated; however, only one <see cref="EmbedType.Rich"/> <see cref="Embed"/> can be featured.
/// </remarks>
/// <returns> /// <returns>
/// A read-only collection of embed objects. /// A read-only collection of embed objects.
/// </returns> /// </returns>