From 79924a713dd15dfc5d8a805c9bd889515c07697d Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Tue, 11 Nov 2025 16:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=A7=AF=E5=88=86=E8=B5=A0?= =?UTF-8?q?=E9=80=81=E4=B8=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/gift.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/games/gift.py b/games/gift.py index 376a906..0c8b135 100644 --- a/games/gift.py +++ b/games/gift.py @@ -91,9 +91,6 @@ class GiftGame(BaseGame): if points <= 0: return "❌ 赠送积分数量必须大于0!" - if points > 1000: - return "❌ 单次赠送积分不能超过1000!" - if sender_id == receiver_id: return "❌ 不能赠送积分给自己!"