Skip to content

Commit

Permalink
Merge pull request #276 from AmiyaBot/V6-dev
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
vivien8261 authored Jul 2, 2024
2 parents c17d7e1 + 00feaeb commit 67c7389
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 67c7389

Please sign in to comment.