Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Apr 29, 2023
1 parent 76831e3 commit 5afedbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
# Checkout the latest code from the repo
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
# Setup which version of Python to use
- name: Set Up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
# Display the Python version being used
Expand Down
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
Nedry discord bot 2.4.2
=======================
.. |build_badge| image:: https://github.com/eriknyquist/nedry/actions/workflows/build.yml/badge.svg
.. |pylint_badge| image:: https://github.com/eriknyquist/nedry/actions/workflows/pylint.yml/badge.svg
.. |version_badge| image:: https://badgen.net/pypi/v/nedry
.. |license_badge| image:: https://badgen.net/pypi/license/nedry
.. |codeclimate_badge| image:: https://api.codeclimate.com/v1/badges/eec6b28ea8ca99a910bb/maintainability
|build_badge| |pylint_badge| |version_badge| |license_badge| |codeclimate_badge|
(formerly "twitch_monitor_discord_bot")
Nedry is a self-hosted discord bot with a modular plugin system. Lots of useful
Expand Down

0 comments on commit 5afedbb

Please sign in to comment.