chore: 群内回复不再默认引用原消息

This commit is contained in:
RockChinQ
2023-11-10 11:47:10 +08:00
parent 2b852853f3
commit 98f880ebc2

View File

@@ -248,7 +248,7 @@ image_api_params = {
trace_function_calls = False
# 群内回复消息时是否引用原消息
quote_origin = True
quote_origin = False
# 群内回复消息时是否at发送者
at_sender = False