Skip to content

Commit

Permalink
Merge pull request #257 from AmiyaBot/V6-dev
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
vivien8261 authored Oct 24, 2023
2 parents e3abf79 + 4def4b7 commit 63476dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amiya.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def run_amiya(*tasks: Coroutine):
os.path.dirname('resource/env/python-dlls'),
os.path.dirname('resource/env/python-standard-lib.zip'),
]
loader = PluginsLoader(bot)

asyncio.run(loader.load_local_plugins())
asyncio.run(
Expand All @@ -32,5 +33,4 @@ def run_amiya(*tasks: Coroutine):


if __name__ == '__main__':
loader = PluginsLoader(bot)
run_amiya(bot.start(launch_browser=True), app.serve())

0 comments on commit 63476dc

Please sign in to comment.