autocomplete slash commands matching feature.
When a user uses slash commands and there are options that are given but they can also search for options. Discord ui shows 'matching'. it basically searchs the data and gives u ones that match the search. how would u do this with autocomplete interactions though? imagine u have an array of 70 options. regular slash commands does not allow you to have that many so you would have to use autocomplete slash commands so how would u create a "matching" feature just like this one that regular slash commands offer

