更新 bot.py
回调彩蛋喵~
This commit is contained in:
6
bot.py
6
bot.py
@@ -66,7 +66,11 @@ async def request_shutdown() -> bool:
|
|||||||
def easter_egg():
|
def easter_egg():
|
||||||
# 彩蛋
|
# 彩蛋
|
||||||
init()
|
init()
|
||||||
text = "多年以后,面对AI行刑队,张三将会回想起他2023年在会议上讨论人工智能的那个下午"
|
items = ["多年以后,面对AI行刑队,张三将会回想起他2023年在会议上讨论人工智能的那个下午",
|
||||||
|
"你知道吗?诺狐的耳朵很软,很好rua",
|
||||||
|
"喵喵~你的麦麦被猫娘入侵了喵~"]
|
||||||
|
w = [1, 1, 1]
|
||||||
|
text = weighted_choice(items, w)
|
||||||
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):
|
||||||
|
|||||||
Reference in New Issue
Block a user