Skip to content

Commit

Permalink
Update telegram_gcloner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanconnor123 authored Jul 25, 2020
1 parent 4eda6ed commit e86605a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram_gcloner/telegram_gcloner.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def main():
load_handlers(updater.dispatcher)

updater.start_polling()
updater.bot.send_message(chat_id=config.USER_IDS[0], text='Telegram gcloner first call, start.')
updater.bot.send_message(chat_id=config.USER_IDS[0], text='Hey sexy, Wanna clone some TBs?')
updater.idle()


Expand Down

0 comments on commit e86605a

Please sign in to comment.