From cec3a97227dd3f9a88bbafe7f2bc96bf513f53ae Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Sun, 2 Aug 2020 00:29:45 +0800 Subject: [Update] Refactor this project --- run.py | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'run.py') diff --git a/run.py b/run.py index 431762a..0384a2e 100644 --- a/run.py +++ b/run.py @@ -1,24 +1,21 @@ # -*- coding:utf-8 -*- import time COPYRIGHT = ( - r"""ATRI | アトリ -Copyright © 2018-2020 Kyomotoi,All Rights Reserved -Project: https://github.com/Kyomotoi/Aya -Blog: lolihub.icu -===================================================""" + r"""====================ATRI | アトリ==================== +* CoolQ + NoneBot + Python +* Copyright © 2018-2020 Kyomotoi,All Rights Reserved +* Project: https://github.com/Kyomotoi/ATRI +* Blog: lolihub.icu +=====================================================""" ) print(COPYRIGHT) -time.sleep(0) +time.sleep(2) +import config # type: ignore +time.sleep(2) +print("ATRI正在苏醒...") -from ATRIbot import config -time.sleep(0) -print("开始执行主程序...RCnb!") - - -time.sleep(0) from os import path -from ATRIbot.plugins import module if __name__ == '__main__': @@ -26,6 +23,6 @@ if __name__ == '__main__': nonebot.init(config) nonebot.load_builtin_plugins() nonebot.load_plugins( - path.join(path.dirname(__file__), 'ATRIbot', 'plugins'), - 'ATRIbot.plugins') + path.join(path.dirname(__file__), 'ATRI', 'plugins'), + 'ATRI.plugins') nonebot.run() \ No newline at end of file -- cgit v1.2.3