Your Name пре 3 година
родитељ
комит
cf729e4c5b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      step_question/apis/newbot.py

+ 1 - 1
step_question/apis/newbot.py

@@ -55,7 +55,7 @@ def message_text(event):
     if event.message.text=='ok':
         line_bot_api.reply_message(
             event.reply_token,
-            TextSendMessage(text='您本月營收為9,287元'))
+            TextSendMessage(text='ChoozMo 的FastAPI LINE Bot'))
 
 
 #if __name__ == "__main__":