Skip to content

Commit

Permalink
Finalized v3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yakMM committed Nov 8, 2021
1 parent e4a3f51 commit 8f49150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v3.4:
(wip)
This is the last version with the reaction system, newer versions will use discord UI component.
- Added HSR to scoreboard
- Score calculation should now be faster
- Reworked stats (stats are now per-class)
Expand All @@ -8,11 +8,8 @@
- Added squittal script plugin (beta)
- TeamCaptains can now be subbed and swapped
- Admin can now sub players in the captainSelection phase
- Subbing, benching, picking, etc are now possible when teams are ready. THe ready state will be automatically toggled.
- TODO:
- Overhaul sub system so it pings notify if no one in queue
- Make it so subbed in people can accept or refuse
- Check for inactive players in order to start the matches faster
- Subbing, benching, picking, etc are now possible when teams are ready. The ready state will be automatically toggled.
- Small string fixes


# v3.3:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Work in progress: [Github Pages](https://yakmm.github.io/POG-bot/)
- Finally, to initialize the application, [scripts functions](#populating-the-collections) are provided.

### Python dependencies:
- Python 3.6 or above is required to run the project.
- Python 3.8 or above is required to run the project.
- We recommend using [pipenv](https://pypi.org/project/pipenv/) to set up the project environment. Pipenv will install automatically install the required dependencies from the `Pipfile` provided with the project.
- Alternatively, the dependencies are also listed in the `requirements.txt` file (compatible with [venv](https://docs.python.org/3/library/venv.html))

Expand Down

0 comments on commit 8f49150

Please sign in to comment.