Skip to content

Commit

Permalink
Update alive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya authored Nov 27, 2020
1 parent 0d62f82 commit 779e893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/plugins/alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
else "Hey! I'm alive. All systems online and functioning normally!"
)
ALV_PIC = Var.ALIVE_PIC if Var.ALIVE_PIC else None
telemoji = Var.CUSTOM_ALIVE_EMOJI if Var.CUSTOM_ALIVE_EMOJI else "`⃝`"
telemoji = Var.CUSTOM_ALIVE_EMOJI if Var.CUSTOM_ALIVE_EMOJI else "**✵**"
if Config.SUDO_USERS:
sudo = "Enabled"
else:
Expand Down

0 comments on commit 779e893

Please sign in to comment.