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 = [