We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2287077 commit 17fce96Copy full SHA for 17fce96
1 file changed
cogs/unique/Economy.py
@@ -1315,7 +1315,7 @@ def check(m):
1315
# Calculate net winnings (subtract initial total bet)
1316
net_winnings = total_winnings - sum(hand_bets)
1317
if net_winnings != 0:
1318
- await db.update_wallet(ctx.author.id, net_winnings, ctx.guild.id)
+ await db.update_balance(ctx.author.id, total_winnings, ctx.guild.id)
1319
1320
# Show final results
1321
embed = discord.Embed(
0 commit comments