new_balance = balance+1
и
balance = SELECT
async def on_ready():
cursor.execute("""CREATE TABLE IF NOT EXISTS users (
name TEXT,
id INT,
cash BIGINT,
rep INT,
lvl INT,
INSERT users (id, cash) VALUES (id, 0)
)""")
connection.commit()