Update main.py

This commit is contained in:
Djimbo
2022-09-24 20:57:30 +03:00
committed by GitHub
parent 76eea3036e
commit 90ee52ffb3
+2 -1
View File
@@ -38,9 +38,10 @@ async def main():
await set_commands(bot) await set_commands(bot)
await startup_notify(bot) await startup_notify(bot)
await scheduler_start(bot) await scheduler_start(bot)
bot_info = await bot.get_me()
bot_logger.warning("Bot was started") bot_logger.warning("Bot was started")
print(colorama.Fore.LIGHTYELLOW_EX + "~~~~~ Bot was started ~~~~~") print(colorama.Fore.LIGHTYELLOW_EX + f"~~~~~ Bot was started - @{bot_info.username} ~~~~~")
print(colorama.Fore.LIGHTBLUE_EX + "~~~~~ TG developer: @djimbox ~~~~~") print(colorama.Fore.LIGHTBLUE_EX + "~~~~~ TG developer: @djimbox ~~~~~")
print(colorama.Fore.RESET) print(colorama.Fore.RESET)