5 lines
121 B
Python
5 lines
121 B
Python
|
from aiogram import Bot, Dispatcher
|
||
|
|
||
|
dp = Dispatcher()
|
||
|
bot = Bot(token="6767909836:AAFpsqtWeBNIBgSSi2_19rltEHOF0mrvTg0")
|