diff options
Diffstat (limited to 'run.py')
-rw-r--r-- | run.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,5 +9,4 @@ if __name__ == '__main__': nonebot.load_plugins( path.join(path.dirname(__file__), 'AyaBot', 'plugins'), 'AyaBot.plugins') - nonebot.run() - + nonebot.run()
\ No newline at end of file |