kawaibunga08
DIdiscord.js - Imagine ❄
•Created by TheMonDon on 1/19/2025 in #djs-questions
Autocomplete Unknown Interaction
makes sense
33 replies
DIdiscord.js - Imagine ❄
•Created by TheMonDon on 1/19/2025 in #djs-questions
Autocomplete Unknown Interaction
basically, responding before the searching and filtering that would be causing the app to timeout?
33 replies
DIdiscord.js - Imagine ❄
•Created by TheMonDon on 1/19/2025 in #djs-questions
Autocomplete Unknown Interaction
understood. I haven't experimented with autocomplete yet and didn't realize it behaved a bit differently before chiming in 😞
33 replies
DIdiscord.js - Imagine ❄
•Created by TheMonDon on 1/19/2025 in #djs-questions
Autocomplete Unknown Interaction
oh, my apologies for that. Though, if it were the app timing out, you would get an ephemeral response indicating so?
33 replies
DIdiscord.js - Imagine ❄
•Created by TheMonDon on 1/19/2025 in #djs-questions
Autocomplete Unknown Interaction
interaction.respond()
is also an issue though? Maybe not the only one, as that method doesn't exist33 replies
DIdiscord.js - Imagine ❄
•Created by TheMonDon on 1/19/2025 in #djs-questions
Autocomplete Unknown Interaction
use
interaction.reply()
in place of interaction.respond()
in the autoComplete33 replies