优化文案
This commit is contained in:
@@ -229,8 +229,8 @@ def plugin_points_cost(points: int, description: str = None, feature_key: str =
|
|||||||
if user_points["total_points"] < points:
|
if user_points["total_points"] < points:
|
||||||
# 积分不足
|
# 积分不足
|
||||||
await bot.send_at_message((roomid if roomid else sender),
|
await bot.send_at_message((roomid if roomid else sender),
|
||||||
f"❌ 积分不足\n无法使用 {plugin_name} 功能\n"
|
f"❌ 积分不足\n"
|
||||||
f"🪙 先参与积分活动[签到,答题/t]赚取吧!\n"
|
f"🪙 先参与积分活动[签到]赚取吧!\n"
|
||||||
f"💰 有: {user_points['total_points']} | 需: {points} |差: {points - user_points['total_points']} ",
|
f"💰 有: {user_points['total_points']} | 需: {points} |差: {points - user_points['total_points']} ",
|
||||||
[sender]
|
[sender]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user