️️
Size: a a a
️️
А
А
А
А
ВЛ
@bot.message_handler(func=lambda message:True)
def add(message):
sql="""select * from tgm where id="""+message.from_user.id
cursor.execute(sql)
if cursor.fetchone():
sql="""select schat from tgm where id="""+message.from_user.id
n=cursor.execute(sql)[0]
n+=1
sql="""update table tgm set schat="""+n+""" where id="""+message.from_user.id
cursor.execute(sql)
else:
sql="""insert into tgm values("""+str(user_name.id)+""","baby",0)"""
cursor.execute(sql)
ВЛ
ВЛ
️️
シ
@bot.message_handler(func=lambda message:True)
def add(message):
sql="""select * from tgm where id="""+message.from_user.id
cursor.execute(sql)
if cursor.fetchone():
sql="""select schat from tgm where id="""+message.from_user.id
n=cursor.execute(sql)[0]
n+=1
sql="""update table tgm set schat="""+n+""" where id="""+message.from_user.id
cursor.execute(sql)
else:
sql="""insert into tgm values("""+str(user_name.id)+""","baby",0)"""
cursor.execute(sql)
ВЛ
️️
ВЛ
️️
ВЛ
️️
️️
А