This commit is contained in:
ikun-11451
2025-08-19 05:55:42 +08:00
committed by Windpicker-owo
parent 060fc24841
commit be454303c5

2
bot.py
View File

@@ -68,7 +68,7 @@ def easter_egg():
from colorama import init, Fore from colorama import init, Fore
init() init()
text = "多年以后面对AI行刑队张三将会回想起他2023年在会议上讨论人工智能的那个下午" text = "喵喵~你的麦麦被猫娘入侵了喵~"
rainbow_colors = [Fore.RED, Fore.YELLOW, Fore.GREEN, Fore.CYAN, Fore.BLUE, Fore.MAGENTA] rainbow_colors = [Fore.RED, Fore.YELLOW, Fore.GREEN, Fore.CYAN, Fore.BLUE, Fore.MAGENTA]
rainbow_text = "" rainbow_text = ""
for i, char in enumerate(text): for i, char in enumerate(text):