Spaces:
kuro223
/
Runtime error

Docfile commited on
Commit
7640d67
·
1 Parent(s): 498e3c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):