From ff69f2b1fd181115c797f879dda71915bef74f33 Mon Sep 17 00:00:00 2001 From: Darien Rousseau <45698803+not-pyroman@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:43:52 -0600 Subject: [PATCH] temporarily reduce cooldown --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 06138ff..fc1a70e 100644 --- a/index.js +++ b/index.js @@ -579,7 +579,7 @@ client.on("interactionCreate", async interaction => { }); } } - coinflipCooldowns[interaction.user.id] = Date.now() + (config.games.coinflip.cooldown * 60 * 1000); + coinflipCooldowns[interaction.user.id] = Date.now() + (config.games.coinflip.cooldown * 6 * 1000); bet = parseInt(interaction.options.get("amount").value); if (bet < 1 || bet > 10) return interaction.reply({