去除积分来源

This commit is contained in:
liuwei
2025-05-21 10:33:06 +08:00
parent ed7c50ccee
commit 224e367c1c

View File

@@ -312,7 +312,7 @@ class PointTradePlugin(MessagePluginInterface):
f"💰 {user_name} 的积分\n"
f"━━━━━━━━━━━━━━\n"
f"💵 当前积分: {user_points.get('total_points', 0)}\n"
f"📊 积分来源: {source_text}"
# f"📊 积分来源: {source_text}"
f"{recent_txs}"
)