mirror of
https://github.com/TheCaduceus/FileStreamBot.git
synced 2026-01-15 16:33:25 -03:00
7 lines
163 B
Python
7 lines
163 B
Python
from bot import TelegramBot
|
|
from bot.server import server
|
|
|
|
if __name__ == '__main__':
|
|
TelegramBot.loop.create_task(server.serve())
|
|
TelegramBot.run()
|