From 90ee52ffb31f014974f15440a363c2743cdfc341 Mon Sep 17 00:00:00 2001 From: Djimbo Date: Sat, 24 Sep 2022 20:57:30 +0300 Subject: [PATCH] Update main.py --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 0047cbc..5128f9e 100644 --- a/main.py +++ b/main.py @@ -38,9 +38,10 @@ async def main(): await set_commands(bot) await startup_notify(bot) await scheduler_start(bot) + bot_info = await bot.get_me() 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.RESET)