#8 надеюсь не сломается

This commit is contained in:
Simple_Not
2024-01-21 22:33:15 +10:00
parent b188edd98d
commit ef4c806071
10 changed files with 62 additions and 49 deletions

View File

@@ -1,7 +1,8 @@
from aiogram import Bot, Dispatcher
from global_conf import CONFIG
API_TOKEN = '5724991559:AAEuLvpLsgP6LHRGMSyFtQLlR5qPQUO4b_w'
API_TOKEN = '6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8'
bot = Bot(token=API_TOKEN, parse_mode="HTML")
bot = Bot(token=CONFIG['telegram_token'], parse_mode="HTML")
dp = Dispatcher(bot)