1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
royalnet/test.py

7 lines
186 B
Python
Raw Normal View History

2019-03-15 01:05:30 +01:00
import asyncio
from royalnet.bots.telegram import TelegramBot
bot = TelegramBot("375232708:AAExsD_prmxJOXzmJwYZyNUt5zc_EbXxR38")
asyncio.get_event_loop().run_until_complete(bot.run())