9 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
didnt work
TypeError: choice.startsWith(...).toLowerCase is not a function
Use
.toLowerCase()
on focusedValue
and choice
Btw use <#869652447881207858> for not related to discord.js questionssrry , forgot bout it
const filtered = choices.filter(choice => choice.startsWith(focusedValue.toLowerCase()).toLowerCase()).slice(0, 25);
?Use first toLowerCase and then startsWith
TypeError: choices.toLowerCase is not a function
Not on choices
still
TypeError: choice.toLowerCase(...).startsWith(...).toLowerCase is not a function
im dumb
im so dumb
TypeError: choice.toLowerCase(...).startsWith(...) is not a function
idk why it wont work
You have this
choice => choice.startsWith(focusedValue)
Just use .toLowerCase()
on focusedValue
And on choice
That is what I told you