25 choices

is there a way to add more than 25 choices into an option?
17 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
MrMythical
MrMythical2y ago
no autocomplete is your best bet here
d.js docs
d.js docs2y ago
guide Slash Commands: Autocomplete read more
Ashura
Ashura2y ago
used autocomplete , but got tthis error saying it has to be 25 or fewer
MrMythical
MrMythical2y ago
then make sure you only send 25 or less
Ashura
Ashura2y ago
y but how can i add more than 25 ? gotta split in 2 arrays?
MrMythical
MrMythical2y ago
you don't you can send the values based on what the user inputs... that's what autocomplete is meant for isn't it?
Isra
Isra2y ago
It's a restriction discord sets
Ashura
Ashura2y ago
yeah , butlike , theres this command in a bot that theres more than 25 choices , hows that possible?
MrMythical
MrMythical2y ago
I only count 13
Ashura
Ashura2y ago
not all theres more than 300 choices cant print all of it hows that possible the then
MrMythical
MrMythical2y ago
ok but they aren't displayed at the same time are they
Ashura
Ashura2y ago
nope
MrMythical
MrMythical2y ago
there we go
Ashura
Ashura2y ago
thats what i wanted to do someone told me to use autocomplete used it and here i am cause i cant add more than 25 options
MrMythical
MrMythical2y ago
ok just don't show more than 25 options at the same time...
Ashura
Ashura2y ago
how could i do that?