Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien8261 committed Jul 2, 2024
1 parent e89c04c commit 00feaeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/publish.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.4.8
v6.4.9
4 changes: 2 additions & 2 deletions amiya.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def run_amiya(*tasks: Coroutine):

sys.path += [
os.path.dirname(sys.executable),
os.path.dirname('resource/env/python-dlls'),
os.path.dirname('resource/env/python-standard-lib.zip'),
os.path.abspath('resource/env/python-dlls'),
os.path.abspath('resource/env/python-standard-lib.zip'),
]
loader = PluginsLoader(bot)

Expand Down

0 comments on commit 00feaeb

Please sign in to comment.