mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-07-25 09:44:29 +00:00
Update main.py
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user