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