diff options
author | Kyomotoi <[email protected]> | 2020-09-06 16:28:22 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-09-06 16:28:22 +0800 |
commit | 8313cd3aeab741e8b5c052cf35812308915f4d12 (patch) | |
tree | c74dc1d827b5a4f80ac5e75cde243680aaa4ab56 /BOT.py | |
parent | b5eaf0283065673389ecf997541d217cf7fc7541 (diff) | |
download | ATRI-8313cd3aeab741e8b5c052cf35812308915f4d12.tar.gz ATRI-8313cd3aeab741e8b5c052cf35812308915f4d12.tar.bz2 ATRI-8313cd3aeab741e8b5c052cf35812308915f4d12.zip |
[Update]
Diffstat (limited to 'BOT.py')
-rw-r--r-- | BOT.py | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |