fix: IMessage.Embeds docs remarks
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user