diff --git a/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs b/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs index 5f41a8c79..5e4f6a81d 100644 --- a/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs +++ b/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOption.cs @@ -81,12 +81,12 @@ namespace Discord /// public double? MaxValue { get; set; } - // + /// /// Gets or sets the minimum allowed length for a string input. /// public int? MinLength { get; set; } - // + /// /// Gets or sets the maximum allowed length for a string input. /// public int? MaxLength { get; set; }