From 1a8240df5bf3dc436a5961cd029d1db744df465f Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 30 Jan 2026 16:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/decorator/points_decorator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/decorator/points_decorator.py b/utils/decorator/points_decorator.py index 038219f..9a86501 100644 --- a/utils/decorator/points_decorator.py +++ b/utils/decorator/points_decorator.py @@ -229,8 +229,8 @@ def plugin_points_cost(points: int, description: str = None, feature_key: str = if user_points["total_points"] < points: # 积分不足 await bot.send_at_message((roomid if roomid else sender), - f"❌ 积分不足\n无法使用 {plugin_name} 功能\n" - f"🪙 先参与积分活动[签到,答题/t]赚取吧!\n" + f"❌ 积分不足\n" + f"🪙 先参与积分活动[签到]赚取吧!\n" f"💰 有: {user_points['total_points']} | 需: {points} |差: {points - user_points['total_points']} ", [sender] )