Skip to content

Commit

Permalink
raju ke khane pe
Browse files Browse the repository at this point in the history
  • Loading branch information
xeon-zolt authored Sep 16, 2019
1 parent 8998d71 commit a5e322f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ilugd.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def help(bot, update):
def welcome(bot, update):
message = update.message
chat_id = message.chat.id
phrases = ['Hello {}! Welcome to {} .Please introduce yourself.'.format(message.new_chat_member.first_name,message.chat.title),
'Hi {}! Welcome to {} .let\'s start with introduction.'.format(message.new_chat_member.first_name,message.chat.title)
phrases = ['Hello {}! Welcome to {} .Please introduce yourself. Dont forget to read the chat rules using !rules command'.format(message.new_chat_member.first_name,message.chat.title),
'Hi {}! Welcome to {} .let\'s start with introduction. Dont forget to read the chat rules using !rules command'.format(message.new_chat_member.first_name,message.chat.title)
#'Hello {}! Welcome to {} .Please introduce yourself.'.format(message.new_chat_member.first_name,message.chat.title),
#'Hello {}! Welcome to {} .Please introduce yourself.'.format(message.new_chat_member.first_name,message.chat.title),
#'Hello {}! Welcome to {} .Please introduce yourself.'.format(message.new_chat_member.first_name,message.chat.title)
Expand Down

0 comments on commit a5e322f

Please sign in to comment.