From aabceca157471219116e6f84914ae3f9108f8ccd Mon Sep 17 00:00:00 2001 From: Proddy Date: Wed, 7 Sep 2022 16:46:28 +0100 Subject: [PATCH] Update SlashCommandBuilder.cs * Fecking semi-colons --- .../Entities/Interactions/SlashCommands/SlashCommandBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/Interactions/SlashCommands/SlashCommandBuilder.cs b/src/Discord.Net.Core/Entities/Interactions/SlashCommands/SlashCommandBuilder.cs index a4fbb14a8..c1ca4976b 100644 --- a/src/Discord.Net.Core/Entities/Interactions/SlashCommands/SlashCommandBuilder.cs +++ b/src/Discord.Net.Core/Entities/Interactions/SlashCommands/SlashCommandBuilder.cs @@ -748,7 +748,7 @@ namespace Discord Value = value }; if (nameLocalizations is not null) - props.NameLocalizations = nameLocalizations + props.NameLocalizations = nameLocalizations; Choices.Add(props);