mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-03 15:07:20 +02:00
Update me (arondissement pocket et bank)
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user