Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ bot = telebot.TeleBot("6459409517:AAFt4bQkR5T2Wl-ojErf2yv-_I0LxF87QFQ")
|
|
6 |
|
7 |
@bot.message_handler(commands=['start', 'help'])
|
8 |
def send_welcome(message):
|
9 |
-
bot.reply_to(message, "Howdy, how are you doing?")
|
10 |
|
11 |
@bot.message_handler(func=lambda message: True)
|
12 |
def echo_all(message):
|
|
|
6 |
|
7 |
@bot.message_handler(commands=['start', 'help'])
|
8 |
def send_welcome(message):
|
9 |
+
bot.reply_to(message, "Howdy, how are you doing? Hein ? ")
|
10 |
|
11 |
@bot.message_handler(func=lambda message: True)
|
12 |
def echo_all(message):
|