diff --git a/src/Discord.Net.Core/Entities/Interactions/SlashCommands/SlashCommandBuilder.cs b/src/Discord.Net.Core/Entities/Interactions/SlashCommands/SlashCommandBuilder.cs index 1d78f0e47..c6b8195a0 100644 --- a/src/Discord.Net.Core/Entities/Interactions/SlashCommands/SlashCommandBuilder.cs +++ b/src/Discord.Net.Core/Entities/Interactions/SlashCommands/SlashCommandBuilder.cs @@ -856,7 +856,7 @@ namespace Discord /// /// Localization dictionary for the description field of this command. /// The current builder. - /// Thrown if is null. + /// Thrown if is null. /// Thrown if any dictionary key is an invalid locale string. public SlashCommandOptionBuilder WithDescriptionLocalizations(IDictionary descriptionLocalizations) {