Spaces:
Running
on
Zero
Running
on
Zero
da
Browse files- routers/webhook.py +1 -1
routers/webhook.py
CHANGED
@@ -94,7 +94,7 @@ async def webhook(request: Request):
|
|
94 |
#user_name,thmbnail#
|
95 |
title = f""" {user_name}様から下記の質問があります"""
|
96 |
|
97 |
-
subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b>\r\n {text}"""
|
98 |
link_text = "\r\n<b>チャットボット設定用シート</b>\r\n シート用のアプリはチャットから\r\n @リファペディア\r\n と打ち込むと開きます"
|
99 |
link_url = "https://docs.google.com/spreadsheets/d/13pqP-Ywo5eRlZBsYX2m3ChARG38EoIYOowFd3cWij1c/edit?gid=283940886#gid=283940886"
|
100 |
#test_set_lide(subtitle, text)
|
|
|
94 |
#user_name,thmbnail#
|
95 |
title = f""" {user_name}様から下記の質問があります"""
|
96 |
|
97 |
+
subtitle = f"""<b>ユーザーID</b> {user_id}\r\n <b>質問内容</b>\r\n{message_id} {text}"""
|
98 |
link_text = "\r\n<b>チャットボット設定用シート</b>\r\n シート用のアプリはチャットから\r\n @リファペディア\r\n と打ち込むと開きます"
|
99 |
link_url = "https://docs.google.com/spreadsheets/d/13pqP-Ywo5eRlZBsYX2m3ChARG38EoIYOowFd3cWij1c/edit?gid=283940886#gid=283940886"
|
100 |
#test_set_lide(subtitle, text)
|