This commit is contained in:
milo
2025-06-14 19:24:14 +02:00
parent 87f3c8e866
commit 76f011f995

View File

@@ -3518,7 +3518,7 @@ app.post('/poker-room/join', async (req, res) => {
const user = await client.users.fetch(userId)
let amount = getUser.get(userId).coins
let amount = getUser.get(userId)?.coins
let fakeMoney = false
if (!amount || amount < 100) {