bugfix: find responses only by keyword

This commit is contained in:
Baipyrus 2024-04-05 11:12:16 +02:00
parent 0688dad57b
commit ab53486ab3

View File

@ -272,7 +272,6 @@ async function responseAutocomplete(interaction) {
? [] ? []
: await Responses.findAll({ : await Responses.findAll({
where: { where: {
guild: guildId,
keyword: found.id keyword: found.id
} }
}); });