Fix knowledgebase

This commit is contained in:
Tarrgon
2025-11-18 21:20:55 -05:00
parent ed6cd90627
commit 20d431f61d
+1 -1
View File
@@ -136,7 +136,7 @@ export default {
const value = interaction.options.getFocused();
const toRespond = items.filter(i => !value ? true : i.content.includes(value));
const toRespond = items.filter(i => !value ? true : i.name.includes(value));
if (toRespond.length > 25) toRespond.length = 25;
interaction.respond(toRespond.map(p => ({