misskey2telegram/modules/sentry.py
2023-08-07 20:48:02 +08:00

5 lines
103 B
Python

from init import bot
from defs.sentry import sentry_init_id
bot.loop.create_task(sentry_init_id(bot))