mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 04:44:51 +00:00
Typo
This commit is contained in:
parent
c47996a297
commit
4f63be9a11
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ async def start_bot():
|
||||||
for i in SUDO:
|
for i in SUDO:
|
||||||
await app.send_message(
|
await app.send_message(
|
||||||
i,
|
i,
|
||||||
f"USERBOT AND BOT STARTED with Pyrogram v{__version__}..\nUserBot: {UBOT_NAME}\nBot: {BOT_NAME}\n\nwith Pyrogram v{__version__} (Layer {layer}) started on @{BOT_USERNAME}.\n\n{botmodules}",
|
f"USERBOT AND BOT STARTED with Pyrogram v{__version__}..\nUserBot: {UBOT_NAME}\nBot: {BOT_NAME}\n\nwith Pyrogram v{__version__} (Layer {layer}) started on @{BOT_USERNAME}.\n\n{bot_modules}",
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
LOGGER.error(str(e))
|
LOGGER.error(str(e))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue