Skip to content

Commit

Permalink
Update alive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoAyanOfficial authored Apr 20, 2020
1 parent 2c78262 commit 78b1ba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions userbot/plugins/alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@command(outgoing=True, pattern="^.alive$")
async def amireallyalive(alive):
""" For .alive command, check if the bot is running. """
await alive.edit("░█─░█ █▀▀ █── █── █▀▀█ \n░█▀▀█ █▀▀ █── █── █──█ \n░█─░█ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀ \n\nYes Sir ! I'm Alive\n\nTelethon version: 6.9.0\nPython: 3.7.3\n\n`"
"`My Master`: {DEFAULTUSER}\n"
"`My Owner`: @TechnoAyanOfficial\n"
"`[Join Channel](t.me/TechnoAyanBoT) For Latest Updates`")
await alive.edit("`░█─░█ █▀▀ █── █── █▀▀█ \n░█▀▀█ █▀▀ █── █── █──█ \n░█─░█ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀ \n\nYes Sir ! I'm Alive\n\nTelethon version: 6.9.0\nPython: 3.7.3\n\n`"
f"`My Master`: {DEFAULTUSER}\n"
"`My Owner`: @TechnoAyanOfficial\n\n"
"Join [Channel](https://t.me/TechnoAyanBoT/) For Latest Updates")

0 comments on commit 78b1ba6

Please sign in to comment.