Skip to content

Commit

Permalink
Update launch command
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Dec 22, 2023
1 parent 028c1d8 commit 7a8de1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/loadcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

file = open("modmail.log", "w")
proc = subprocess.Popen(
"poetry run bot.py",
"poetry run python bot.py",
stdout=file,
stderr=subprocess.STDOUT,
shell=True,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This guide assumes you have installed **git**, a **compatible Python version** a
5. Install the Python dependencies and run the bot
```console
$ poetry install --no-root
$ poetry run bot.py
$ poetry run python bot.py
```
7. [Optional] Load the logviewer plugin with `[p]plugin load raidensakura/modmail-plugins/logviewer@main`

Expand Down
1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit 7a8de1f

Please sign in to comment.