mirror of
https://github.com/Xtao-Labs/misskey2telegram.git
synced 2024-11-23 14:07:41 +00:00
5 lines
105 B
Python
5 lines
105 B
Python
from init import bot
|
|
from misskey_init import init_misskey_bot
|
|
|
|
bot.loop.create_task(init_misskey_bot())
|