mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-21 21:34:20 +00:00
5 lines
110 B
Python
5 lines
110 B
Python
import telegram
|
|
import filemanager
|
|
|
|
token = filemanager.readfile('telegramapi.txt')
|
|
bot = telegram.Bot(token)
|