summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-04-29 00:05:27 +0800
committerKyomotoi <[email protected]>2020-04-29 00:05:27 +0800
commit5487ad601dea57c34d8721e4373db57df2fe6f17 (patch)
tree35441f2f4792b16d4fd7df46209a61710d2bf9ed /run.py
parentad97a84075904e36acce2644166e00be53b3e120 (diff)
downloadATRI-5487ad601dea57c34d8721e4373db57df2fe6f17.tar.gz
ATRI-5487ad601dea57c34d8721e4373db57df2fe6f17.tar.bz2
ATRI-5487ad601dea57c34d8721e4373db57df2fe6f17.zip
同样增加了一些琐碎小功能
Diffstat (limited to 'run.py')
-rw-r--r--run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/run.py b/run.py
index 1f85549..b44f258 100644
--- a/run.py
+++ b/run.py
@@ -1,5 +1,5 @@
import nonebot
-import config
+from AyaBot import config
from os import path
@@ -10,3 +10,4 @@ if __name__ == '__main__':
path.join(path.dirname(__file__), 'AyaBot', 'plugins'),
'AyaBot.plugins')
nonebot.run()
+