1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-21 21:34:20 +00:00
royal-mifia/mifia.py

5 lines
110 B
Python

import telegram
import filemanager
token = filemanager.readfile('telegramapi.txt')
bot = telegram.Bot(token)