temporarily reduce cooldown

This commit is contained in:
Darien Rousseau 2023-08-14 19:43:52 -06:00 committed by GitHub
parent c7ec8c6a25
commit ff69f2b1fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({