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] )