Skip to content

Commit

Permalink
2.4.0: asyncify numerous methods, quality improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
LevBernstein committed Aug 31, 2024
1 parent c4305d8 commit f4cf8c7
Show file tree
Hide file tree
Showing 10 changed files with 1,234 additions and 899 deletions.
314 changes: 165 additions & 149 deletions Bot.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Beardless Bot

### Full Release 2.3.7 ![Coverage badge](./resources/images/coverage.svg) ![Unit tests badge](./resources/images/tests.svg) ![Docstring coverage badge](./resources/images/docstr-coverage.svg) ![flake8 badge](./resources/images/flake8-badge.svg)
### Full Release 2.4.0 ![Coverage badge](./resources/images/coverage.svg) ![Unit tests badge](./resources/images/tests.svg) ![Docstring coverage badge](./resources/images/docstr-coverage.svg) ![flake8 badge](./resources/images/flake8-badge.svg)

A Discord bot supporting gambling (coin flips and blackjack),
a currency system, fun facts, and more.
Expand Down Expand Up @@ -65,7 +65,7 @@ To run Beardless Bot's suite of unit tests, do `bash unitTests.sh`. This will
also generate a coverage badge. To run an individual test--for instance, the
Muted role creation test--use the pytest command, like so:
`pytest -v bb_test.py::test_createMutedRole`. To run the suite of code quality
tests, do `pytest -v -k quality`.
tests, do `pytest -vk quality`.


## License
Expand Down
Loading

0 comments on commit f4cf8c7

Please sign in to comment.