This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
moderator-bot/utils/notify_start.py

5 lines
130 B
Python
Raw Normal View History

2022-08-07 04:45:35 -04:00
import config
async def notify_started_bot(bot):
await bot.send_message(config.second_group_id,"Bot successfully launched!")