summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-08-02 23:40:53 +0800
committerKyomotoi <[email protected]>2020-08-02 23:40:53 +0800
commite2b075be858fe354371c7cd79bb4ff64e2d9a289 (patch)
tree2f168402d4f3a9946d11efcb9e9be43b6b42aa5c /run.py
parent3a92278aa376dbf5544c11efc10a4571c89d4130 (diff)
downloadATRI-e2b075be858fe354371c7cd79bb4ff64e2d9a289.tar.gz
ATRI-e2b075be858fe354371c7cd79bb4ff64e2d9a289.tar.bz2
ATRI-e2b075be858fe354371c7cd79bb4ff64e2d9a289.zip
Delete run.py
Diffstat (limited to 'run.py')
-rw-r--r--run.py28
1 files changed, 0 insertions, 28 deletions
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