更新 bot.py

喵喵~修复了彩蛋概率问题喵~
This commit is contained in:
ikun两年半
2025-08-19 11:51:33 +08:00
committed by Windpicker-owo
parent 46246d6f34
commit c2a8e9bd43

2
bot.py
View File

@@ -69,7 +69,7 @@ def easter_egg():
from colorama import init, Fore from colorama import init, Fore
init() init()
a = randint(0,10) a = randint(1,11)
if a<2: if a<2:
text = "喵喵~你的麦麦被猫娘入侵了喵~" text = "喵喵~你的麦麦被猫娘入侵了喵~"
else: else: