python_bot/create_bot.py
hogweed1 81db0b2bdb
All checks were successful
continuous-integration/drone/push Build is passing
море спася геноцид
2025-05-12 21:57:58 +10:00

7 lines
152 B
Python

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