From c93ffee69ca2b407ca83ea6302eddec6e1a0930e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Gro=C3=9F?= Date: Thu, 9 Mar 2023 10:05:36 +0100 Subject: [PATCH] Drop: Increase timeout to a minute --- commands/drop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/drop.js b/commands/drop.js index f68a3d3..4df3c90 100644 --- a/commands/drop.js +++ b/commands/drop.js @@ -121,7 +121,7 @@ module.exports = { //set users drop cooldown await UserUtils.setCooldown(user, "drop", await GeneralUtils.getBotProperty("dropTimeout")); - const collector = message.createMessageComponentCollector({ componentType: ComponentType.Button, time: 25000 }); + const collector = message.createMessageComponentCollector({ componentType: ComponentType.Button, time: 60000 }); let collectionReplies = []; collector.on('collect', async i => {