动态积分!
This commit is contained in:
@@ -553,7 +553,7 @@ class PointTradePlugin(MessagePluginInterface):
|
||||
f"🚨 打劫失败!\n"
|
||||
f"👤{robber_name} 试图打劫 👤{target_name} 但被当场抓获,并赔款!\n"
|
||||
f"👮♂️ 被罚款 {penalty_amount} 积分!\n"
|
||||
f"👤{robber_name} 当前积分: {to_user.get('total_points', 0)}"
|
||||
f"👤{robber_name} 当前积分: {from_user.get('total_points', 0)}"
|
||||
)
|
||||
|
||||
wcf.send_text(output, roomid, sender)
|
||||
|
||||
Reference in New Issue
Block a user