去掉一行注释
This commit is contained in:
2
bot.py
2
bot.py
@@ -71,7 +71,7 @@ async def request_shutdown() -> bool:
|
||||
def easter_egg():
|
||||
# 彩蛋
|
||||
init()
|
||||
text = "多年以后,面对AI行刑队,张三将会回想起他2023年在会议上讨论人工智能的那个下午" #谁再在这加彩蛋我就用草喂养它
|
||||
text = "多年以后,面对AI行刑队,张三将会回想起他2023年在会议上讨论人工智能的那个下午"
|
||||
rainbow_colors = [Fore.RED, Fore.YELLOW, Fore.GREEN, Fore.CYAN, Fore.BLUE, Fore.MAGENTA]
|
||||
rainbow_text = ""
|
||||
for i, char in enumerate(text):
|
||||
|
||||
Reference in New Issue
Block a user