1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2024-11-24 22:54:19 +00:00
royal-mifia/mifia.py

6 lines
110 B
Python
Raw Normal View History

2016-04-21 16:27:53 +00:00
import telegram
import filemanager
token = filemanager.readfile('telegramapi.txt')
bot = telegram.Bot(token)