summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rw-r--r--run.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/run.py b/run.py
index b44f258..d8c0297 100644
--- a/run.py
+++ b/run.py
@@ -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