mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-01-18 16:37:40 +01:00
fix
This commit is contained in:
@@ -53,7 +53,7 @@ export async function handleValorantCommand(req, res, client) {
|
||||
user_new_amount: commandUser.coins - valoPrice,
|
||||
});
|
||||
updateUserCoins.run({
|
||||
userId: userId,
|
||||
id: userId,
|
||||
coins: commandUser.coins - valoPrice,
|
||||
})
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ export async function handleUpgradeSkin(req, res) {
|
||||
user_new_amount: commandUser.coins - upgradePrice.toFixed(0),
|
||||
});
|
||||
updateUserCoins.run({
|
||||
userId: userId,
|
||||
id: userId,
|
||||
coins: commandUser.coins - upgradePrice.toFixed(0),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user