From 0e53fd49ef804dc8d977bdbc5c36104edd6afbd5 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sun, 16 May 2021 14:39:46 -0500 Subject: [PATCH] Change question timeout to 2 minutes --- bot/awesomescibo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index bdf59c8..66bfc3d 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -212,7 +212,7 @@ function training(subject, interaction) { interaction.reply(data.tossup_question).then(() => { interaction.channel.awaitMessages(messageFilter, { max: 1, - time: 30000, + time: 120000, errors: ["time"], }) .then((answerMsg) => {