From 54bcef5df9fe67244c5418e7051b4ac318ef33ea Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Mon, 7 Nov 2022 17:09:24 +1000 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D1=87=D0=B0=D0=BB=20=D0=B1=D0=B4,?= =?UTF-8?q?=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=BB=D0=B8=D1=88?= =?UTF-8?q?=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __pycache__/sql.cpython-310.pyc | Bin 0 -> 703 bytes bot.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 __pycache__/sql.cpython-310.pyc diff --git a/__pycache__/sql.cpython-310.pyc b/__pycache__/sql.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0de7eb63ea6fb97e78fce9914bf9013536217b59 GIT binary patch literal 703 zcmYjPL2uJA6toM^Ik8kBb| z3nvZ62zK0-4*{POt?u!%_`HDJX6ZJpGHS1WyfKXCX_CfkZM$N z8b&EQU@?6chi}L634Oy(b~n@PZo1jY=6NM(%8t`rYH!L^xe_-7LEsspE{s>y^SLOr zA$&S}2?`v3xW;(_*3izm|lR;|c(a>u+y*^+N~pH($q R&ct(TLd)wTpZL9j`yb_5o*@7L literal 0 HcmV?d00001 diff --git a/bot.py b/bot.py index 295a260..145ba46 100644 --- a/bot.py +++ b/bot.py @@ -7,7 +7,7 @@ from aiogram import Bot, Dispatcher, executor, types from aiogram.types import ReplyKeyboardRemove, ReplyKeyboardMarkup, KeyboardButton import sql -sql.db_start() + API_TOKEN = '5724991559:AAEuLvpLsgP6LHRGMSyFtQLlR5qPQUO4b_w'