From e2b075be858fe354371c7cd79bb4ff64e2d9a289 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Sun, 2 Aug 2020 23:40:53 +0800 Subject: Delete run.py --- run.py | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 run.py (limited to 'run.py') diff --git a/run.py b/run.py deleted file mode 100644 index 0384a2e..0000000 --- a/run.py +++ /dev/null @@ -1,28 +0,0 @@ -# -*- coding:utf-8 -*- -import time -COPYRIGHT = ( - 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(2) - -import config # type: ignore -time.sleep(2) -print("ATRI正在苏醒...") - -from os import path - - -if __name__ == '__main__': - import nonebot - nonebot.init(config) - nonebot.load_builtin_plugins() - nonebot.load_plugins( - path.join(path.dirname(__file__), 'ATRI', 'plugins'), - 'ATRI.plugins') - nonebot.run() \ No newline at end of file -- cgit v1.2.3