MrCakeSlayer GitHub 4 years ago
parent
commit
e2e20284a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Core/Entities/Interactions/SlashCommandBuilder.cs

+ 2
- 2
src/Discord.Net.Core/Entities/Interactions/SlashCommandBuilder.cs View File

@@ -23,7 +23,7 @@ namespace Discord
/// <summary>
/// Returns the maximum count of command options allowed by Discord
/// </summary>
public const int MaxOptionsCount = 10;
public const int MaxOptionsCount = 25;

/// <summary>
/// The name of this slash command.
@@ -282,7 +282,7 @@ namespace Discord
/// <summary>
/// The maximum number of choices allowed by Discord.
/// </summary>
public const int MaxChoiceCount = 10;
public const int MaxChoiceCount = 25;

private string _name;
private string _description;


Loading…
Cancel
Save