diff --git a/src/Discord.Net.Core/Entities/Interactions/MessageComponents/ComponentBuilder.cs b/src/Discord.Net.Core/Entities/Interactions/MessageComponents/ComponentBuilder.cs index 443a37cad..53a7d6202 100644 --- a/src/Discord.Net.Core/Entities/Interactions/MessageComponents/ComponentBuilder.cs +++ b/src/Discord.Net.Core/Entities/Interactions/MessageComponents/ComponentBuilder.cs @@ -357,8 +357,6 @@ namespace Discord /// The min values of the placeholder. /// The max values of the placeholder. /// Whether or not the menu is disabled. - /// Components count reached - /// A Select Menu cannot exist in a pre-occupied ActionRow. /// The current builder. public ActionRowBuilder WithSelectMenu(string customId, List options, string placeholder = null, int minValues = 1, int maxValues = 1, bool disabled = false) @@ -402,8 +400,6 @@ namespace Discord /// The custom id of the newly added button. /// A URL to be used only if the is a Link. /// Whether or not the newly created button is disabled. - /// Components count reached . - /// A button cannot be added to a row with a SelectMenu. /// The current builder. public ActionRowBuilder WithButton( string label = null,