mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
7 lines
186 B
Python
7 lines
186 B
Python
|
import asyncio
|
||
|
from royalnet.bots.telegram import TelegramBot
|
||
|
|
||
|
bot = TelegramBot("375232708:AAExsD_prmxJOXzmJwYZyNUt5zc_EbXxR38")
|
||
|
|
||
|
asyncio.get_event_loop().run_until_complete(bot.run())
|