forked from Pavel_Durov/python_bot
add structure to code
This commit is contained in:
4
create_bot.py
Normal file
4
create_bot.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from aiogram import Bot, Dispatcher
|
||||
API_TOKEN = '5724991559:AAEuLvpLsgP6LHRGMSyFtQLlR5qPQUO4b_w'
|
||||
bot = Bot(token=API_TOKEN, parse_mode="HTML")
|
||||
dp = Dispatcher(bot)
|
||||
Reference in New Issue
Block a user