diff options
Diffstat (limited to 'run.py')
-rw-r--r-- | run.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() + |