Browse Source

update ActionRowComponent summaries

pull/1923/head
quin lynch 3 years ago
parent
commit
c1b076b693
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Interactions/Message Components/ActionRowComponent.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Interactions/Message Components/ActionRowComponent.cs View File

@@ -16,7 +16,7 @@ namespace Discord
public ComponentType Type { get; } = ComponentType.ActionRow;

/// <summary>
/// The child components in this row.
/// Gets the child components in this row.
/// </summary>
public IReadOnlyCollection<IMessageComponent> Components { get; internal set; }



Loading…
Cancel
Save