mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-21 06:07:13 +08:00
fix: fix subscribe_msg
This commit is contained in:
@@ -28,7 +28,7 @@ def verify_server(data):
|
|||||||
|
|
||||||
|
|
||||||
def subscribe_msg():
|
def subscribe_msg():
|
||||||
trigger_prefix = conf().get("single_chat_prefix", [""])
|
trigger_prefix = conf().get("single_chat_prefix", [""])[0]
|
||||||
msg = textwrap.dedent(
|
msg = textwrap.dedent(
|
||||||
f"""\
|
f"""\
|
||||||
感谢您的关注!
|
感谢您的关注!
|
||||||
|
|||||||
Reference in New Issue
Block a user