Update me (arondissement pocket et bank)

This commit is contained in:
*x1
2024-06-21 08:17:05 +02:00
parent c427318815
commit 6daa6d48a4
+3 -3
View File
@@ -17,12 +17,12 @@ module.exports = {
resolve(row);
});
});
const pocket = user.pocket
const bank = user.bank
const pocket = Math.round(user.pocket)
const bank = Math.round(user.bank)
const reputation = user.reputation
const niveau = user.lvl
const xp = user.xp
const tdrop = user.tdroper
const tdrop = Math.round(user.tdroper)
let anti_rob = ``
if (user.antiRob + 7200000 > Date.now()) {