From 8313cd3aeab741e8b5c052cf35812308915f4d12 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Sun, 6 Sep 2020 16:28:22 +0800 Subject: [Update] --- BOT.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'BOT.py') diff --git a/BOT.py b/BOT.py index 0e632ff..e006c51 100644 --- a/BOT.py +++ b/BOT.py @@ -1,19 +1,18 @@ -# -*- coding:utf-8 -*- import time COPYRIGHT = ( - r"""====================ATRI | アトリ==================== + r"""====================[ATRI | アトリ]==================== * Mirai + NoneBot + Python * Copyright © 2018-2020 Kyomotoi,All Rights Reserved * Project: https://github.com/Kyomotoi/ATRI * Blog: blog.lolihub.icu -=====================================================""" +=======================================================""" ) print(COPYRIGHT) time.sleep(2) -import config # type: ignore -time.sleep(2) +import config print("ATRI正在苏醒...") +time.sleep(2) from os import path -- cgit v1.2.3