Skip to content

Commit

Permalink
Update alive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya authored Dec 10, 2020
1 parent 12050a9 commit 1e94358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telebot/plugins/alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def amireallyalive(alive):
if ALV_PIC:
tele = f"**Welcome To TeleBot **\n\n"
tele += f"`{CUSTOM_ALIVE}`\n\n"
tele += f"{telemoji} **Telethon version**: `1.18.2`\n{telemoji} **Python**: `3.8.3`\n"
tele += f"{telemoji} **Telethon version**: `1.17`\n{telemoji} **Python**: `3.8.3`\n"
tele += f"{telemoji} **TeleBot Version**: `{telever}`\n"
tele += f"{telemoji} **More Info**: @TeleBotSupport\n"
tele += f"{telemoji} **Sudo** : `{sudo}`\n"
Expand Down Expand Up @@ -98,7 +98,7 @@ async def amireallyalive(alive):
alive.chat_id,
f"**Welcome To TeleBot **\n\n"
f"`{CUSTOM_ALIVE}`\n\n"
f"{telemoji} **Telethon version**: `1.18.2`\n{telemoji} **Python**: `3.8.3`\n"
f"{telemoji} **Telethon version**: `1.17`\n{telemoji} **Python**: `3.8.3`\n"
f"{telemoji} **TeleBot Version**: `{telever}`\n"
f"{telemoji} **More Info**: @TeleBotSupport\n"
f"{telemoji} **Sudo** : `{sudo}`\n"
Expand Down

0 comments on commit 1e94358

Please sign in to comment.