删除积分赠送上限

This commit is contained in:
2025-11-11 16:27:32 +08:00
parent ed6406cfc9
commit 79924a713d

View File

@@ -91,9 +91,6 @@ class GiftGame(BaseGame):
if points <= 0:
return "❌ 赠送积分数量必须大于0"
if points > 1000:
return "❌ 单次赠送积分不能超过1000"
if sender_id == receiver_id:
return "❌ 不能赠送积分给自己!"