#Using Auto Complete Interaction for more than 300 choices.
8 messages · Page 1 of 1 (latest)
u can send max 25 choices
AutocompleteInteraction (extends Interaction)
Represents an autocomplete interaction.
Interactions: Autocomplete
read more
You need to parse the query the user sends and truncate the 300 choices to the best 25 for what they are typing
(Don't need to be 25 exactly, can be less but it can'tbe more)
You can test an implementation of this on any of the @unkempt vine commands
Yeah having 300 choices defeats the whole purpose of autocomplete