From b2e7fde0eb4dbd67f8639f660e78e294cbbe65f3 Mon Sep 17 00:00:00 2001 From: GramingFoxTeam Date: Mon, 7 Aug 2023 13:16:23 +0300 Subject: [PATCH] refactor(bot-discord): increase dislike vote timeout --- apps/bot-discord/src/utils/trainAISelectMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/bot-discord/src/utils/trainAISelectMenu.js b/apps/bot-discord/src/utils/trainAISelectMenu.js index a0c46d1..9e36c28 100644 --- a/apps/bot-discord/src/utils/trainAISelectMenu.js +++ b/apps/bot-discord/src/utils/trainAISelectMenu.js @@ -52,7 +52,7 @@ export default async function trainAISelectMenu( const collector = reply.createMessageComponentCollector({ componentType: ComponentType.StringSelect, - time: 15000 + time: 30000 }); const voteId = interaction.targetMessage ? interaction.targetMessage.id :