b2bcenter-parser/webserver.py

5 lines
121 B
Python
Raw Permalink Normal View History

from aiogram import Bot, Dispatcher
dp = Dispatcher()
bot = Bot(token="6767909836:AAFpsqtWeBNIBgSSi2_19rltEHOF0mrvTg0")