mirror of
https://github.com/Xtao-Labs/misskey2telegram.git
synced 2024-11-25 06:47:38 +00:00
5 lines
103 B
Python
5 lines
103 B
Python
from init import bot
|
|
from defs.sentry import sentry_init_id
|
|
|
|
bot.loop.create_task(sentry_init_id(bot))
|