Browse Source

Update src/Discord.Net.Core/Entities/Interactions/MessageComponents/ComponentBuilder.cs

pull/2296/head
Quin Lynch GitHub 3 years ago
parent
commit
9ac6e56e9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.Core/Entities/Interactions/MessageComponents/ComponentBuilder.cs

+ 0
- 1
src/Discord.Net.Core/Entities/Interactions/MessageComponents/ComponentBuilder.cs View File

@@ -442,7 +442,6 @@ namespace Discord
return this;
}


/// <summary>
/// Builds the current builder to a <see cref="ActionRowComponent"/> that can be used within a <see cref="ComponentBuilder"/>
/// </summary>


Loading…
Cancel
Save