Pavel_Duron
31abb3460a
All checks were successful
continuous-integration/drone/push Build is passing
4 lines
163 B
Python
4 lines
163 B
Python
from aiogram import Bot, Dispatcher
|
|
API_TOKEN = '5724991559:AAEuLvpLsgP6LHRGMSyFtQLlR5qPQUO4b_w'
|
|
bot = Bot(token=API_TOKEN, parse_mode="HTML")
|
|
dp = Dispatcher(bot) |