Override addChoices limit

I'm creating a bot to help manage some dead by daylight game information and i need to have the option to select any of the 37 ( and increasing) killers in the game. I know there's a 25 limit to the addChoices method, but i was wondering if there was a way around this? I saw somewhere else here that those choices are just recommendations on what they are typing, so could this be more flexible in a way i just dont see yet? Here's what I currently have for a bit more info.
No description
5 Replies
d.js toolkit
d.js toolkit3w ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP
alan
alan3w ago
You can use autocomplete to do that
Plink
PlinkOP3w ago
Where would i find information about autocomplete? i've never heard of it in this context
d.js docs
d.js docs3w ago
guide suggestion for @Plink: :guide: Slash Commands: Autocomplete read more
Plink
PlinkOP3w ago
Thank you 🫡

Did you find this page helpful?