Skip to content

Commit

Permalink
added status
Browse files Browse the repository at this point in the history
  • Loading branch information
artyshko committed Mar 1, 2019
1 parent a6ed225 commit ab22618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def controller(self, message, id):

elif type == 'status':
self.bot.sendText(id, text='200 ALIVE')
return True

elif type == 'text':

Expand Down

0 comments on commit ab22618

Please sign in to comment.