This commit is contained in:
yasir 2022-12-05 11:53:46 +07:00
parent 354cdbb249
commit cfe7d39965

View file

@ -55,7 +55,7 @@ async def start_bot():
LOGGER.info("[INFO]: SENDING ONLINE STATUS")
for i in SUDO:
await app.send_message(
SUDO,
i,
f"USERBOT AND BOT STARTED with Pyrogram v{__version__}..\nUserBot: {ubot.first_name}\nBot: {me.first_name}\n\nwith Pyrogram v{__version__} (Layer {layer}) started on @{me.username}.",
)
except Exception as e: