python_bot/create_bot.py
Simple_Not 52f9edf9f4
All checks were successful
continuous-integration/drone/push Build is passing
#8 клинини
2024-01-21 22:36:34 +10:00

8 lines
153 B
Python

from aiogram import Bot, Dispatcher
from global_conf import CONFIG
bot = Bot(token=CONFIG['telegram_token'], parse_mode="HTML")
dp = Dispatcher(bot)