diff options
author | Kyomotoi <[email protected]> | 2020-08-02 23:40:53 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-08-02 23:40:53 +0800 |
commit | e2b075be858fe354371c7cd79bb4ff64e2d9a289 (patch) | |
tree | 2f168402d4f3a9946d11efcb9e9be43b6b42aa5c /run.py | |
parent | 3a92278aa376dbf5544c11efc10a4571c89d4130 (diff) | |
download | ATRI-e2b075be858fe354371c7cd79bb4ff64e2d9a289.tar.gz ATRI-e2b075be858fe354371c7cd79bb4ff64e2d9a289.tar.bz2 ATRI-e2b075be858fe354371c7cd79bb4ff64e2d9a289.zip |
Delete run.py
Diffstat (limited to 'run.py')
-rw-r--r-- | run.py | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -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 |