From 4b14fa11369980979f595336cc1f3e1cd60ed109 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 4 Jun 2025 09:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/decorator/points_decorator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/decorator/points_decorator.py b/utils/decorator/points_decorator.py index 75d1d60..292a54c 100644 --- a/utils/decorator/points_decorator.py +++ b/utils/decorator/points_decorator.py @@ -87,7 +87,7 @@ def points_reward_decorator(points_calculator: Union[int, Callable], source_type # 如果响应中没有提到积分,添加积分信息 if "积分" not in response: - response += f"\n\n🎁 恭喜获得 {points} 积分奖励!" + response += f"🎁 恭喜获得 {points} 积分奖励!" client_msg_id, create_time, new_msg_id = await bot.send_at_message( (roomid if roomid else sender), response, [sender]