Closed nev-r closed 2 years ago
https://github.com/Discord-Net-Labs/Discord.Net-Labs/blob/c5b8d07378c7a8f277d5d7df1035809d6b2603e8/src/Discord.Net.WebSocket/Entities/Interaction/SlashCommands/SocketAutocompleteInteraction.cs#L83
25 choices are supported. autocomplete options follows the Application Command Option Structure
Adding to the report: exact bug location InteractionHelper.cs public static Task SendAutocompleteResultAsync Preconditions.AtMost(result.Count(), 20, nameof (result), "A maximum of 20 choices are allowed!");
https://github.com/Discord-Net-Labs/Discord.Net-Labs/blob/c5b8d07378c7a8f277d5d7df1035809d6b2603e8/src/Discord.Net.WebSocket/Entities/Interaction/SlashCommands/SocketAutocompleteInteraction.cs#L83
25 choices are supported. autocomplete options follows the Application Command Option Structure