From c2a8e9bd4399709d9d7d51928e425fefc55be32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ikun=E4=B8=A4=E5=B9=B4=E5=8D=8A?= <334495606@qq.com> Date: Tue, 19 Aug 2025 11:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bot.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 喵喵~修复了彩蛋概率问题喵~ --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a2ae9a8d2..eb764c1e9 100644 --- a/bot.py +++ b/bot.py @@ -69,7 +69,7 @@ def easter_egg(): from colorama import init, Fore init() - a = randint(0,10) + a = randint(1,11) if a<2: text = "喵喵~你的麦麦被猫娘入侵了喵~" else: