diff --git a/src/Discord.Net.Core/Entities/Interactions/SlashCommandBuilder.cs b/src/Discord.Net.Core/Entities/Interactions/SlashCommandBuilder.cs index d70700138..e0afde50c 100644 --- a/src/Discord.Net.Core/Entities/Interactions/SlashCommandBuilder.cs +++ b/src/Discord.Net.Core/Entities/Interactions/SlashCommandBuilder.cs @@ -23,7 +23,7 @@ namespace Discord /// /// Returns the maximum count of command options allowed by Discord /// - public const int MaxOptionsCount = 10; + public const int MaxOptionsCount = 25; /// /// The name of this slash command. @@ -282,7 +282,7 @@ namespace Discord /// /// The maximum number of choices allowed by Discord. /// - public const int MaxChoiceCount = 10; + public const int MaxChoiceCount = 25; private string _name; private string _description;