adding servers for special groups/ ruff formatting

This commit is contained in:
Vladless
2025-10-11 01:27:10 +03:00
parent 7488eac897
commit 97b582d02e
13 changed files with 406 additions and 45 deletions
+1 -1
View File
@@ -458,7 +458,7 @@ async def handle_balance_add(
if amount is not None:
amount = int(amount)
old_balance = await get_balance(session, tg_id)
if amount >= 0:
await update_balance(session, tg_id, amount)
new_balance = old_balance + amount