Browse Source

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

pull/2296/head
Quin Lynch GitHub 3 years ago
parent
commit
3249d0d9b3
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

@@ -420,7 +420,6 @@ namespace Discord
return WithButton(button);
}


/// <summary>
/// Adds a <see cref="ButtonBuilder"/> to the <see cref="ActionRowBuilder"/>.
/// </summary>


Loading…
Cancel
Save