From 09232a9ccf7b7482579a2d3855c482b93c8564c6 Mon Sep 17 00:00:00 2001 From: arthur Date: Tue, 28 May 2024 16:04:23 +0200 Subject: [PATCH] augmenter la somme du daily --- commands/casino/daily.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/casino/daily.js b/commands/casino/daily.js index 8d9fdc4..04a3c7a 100644 --- a/commands/casino/daily.js +++ b/commands/casino/daily.js @@ -30,7 +30,7 @@ module.exports = { return message.reply({ embeds: [embed], allowedMentions: { repliedUser: false } }); } - const randomAmount = Math.floor(Math.random() * (500 - 100 + 1) + 100); + const randomAmount = Math.floor(Math.random() * (1000 - 500 + 1)) + 500; db.run(`UPDATE users SET pocket = ?, lastDaily = ? WHERE guildId = ? AND userId = ?`, [pocket + randomAmount, Date.now(), message.guild.id, message.author.id]); const dailys = [