Add files via upload

This commit is contained in:
S1S13AF7 2024-08-03 00:52:47 +03:00 committed by GitHub
parent 50d2531ed1
commit f5606fb715
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ if db_pymysql:
`lng_code` varchar(8) NOT NULL DEFAULT '',
PRIMARY KEY (`user_id`)
);''');
dbc.commit()
ldb.commit()
async def reg_user(message: types.Message):
print(message)