File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ async def echo(self, request):
66
66
if not isinstance (event .message , TextMessage ):
67
67
continue
68
68
69
- if "秘密" in event .message .text :
69
+ if "秘密" in event .message .text :
70
70
reply_text = "中國娃娃魚"
71
- elif re .search (r'\b營業時間\b' , event .message .text ):
71
+ if re .search (r'\b營業時間\b' , event .message .text ):
72
72
reply_text = "以下是營業資訊:\n 開放時間:\n 週二至週六\n 10:00-12:00 / 13:00-17:00\n ※如遇颱風等災害,依臺北市政府公布停班標準配合休館;其餘休館時間依公告為主。\n \n 固定休館:\n 週日、週一、國定假日\n ※免費參觀,不需購票\n 注意事項:\n -蟾蜍山大客廳全面禁菸。\n -寵物請勿落地,導盲犬不在此限。\n -聚落巷弄除一般參觀拍攝外,任何機關團體、公司行號拍攝影片或廣告,請向台北市電影委員會提出申請。"
73
- elif re .search (r'\b蟾蜍山\b|\b蟾蜍山的位置\b|\b蟾蜍山在哪裡\b' , event .message .text ):
73
+ if re .search (r'\b蟾蜍山\b|\b蟾蜍山的位置\b|\b蟾蜍山在哪裡\b' , event .message .text ):
74
74
if event .message .text == "蟾蜍山在哪裡" :
75
75
location_message = LocationSendMessage (
76
76
title = '蟾蜍山' ,
You can’t perform that action at this time.
0 commit comments