Skip to content

Commit

Permalink
pylint: auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya committed Dec 10, 2020
1 parent 1e94358 commit bab35bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion telebot/plugins/alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ 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.17`\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

0 comments on commit bab35bb

Please sign in to comment.