优化文案

This commit is contained in:
liuwei
2026-01-30 16:19:01 +08:00
parent d5d6acba73
commit 1a8240df5b

View File

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