mirror of
https://github.com/yawaflua/Easy_telegram_bot.git
synced 2025-12-13 17:06:24 +02:00
Telegram bot
This commit is contained in:
8
telegram bot/bot.py
Normal file
8
telegram bot/bot.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# https://github.com/yaflay
|
||||
# file for starting bot
|
||||
from aiogram import executor
|
||||
from dispatcher import dp
|
||||
import handlers
|
||||
|
||||
if __name__ == "__main__":
|
||||
executor.start_polling(dp, skip_updates=False)
|
||||
Reference in New Issue
Block a user