diff options
-rwxr-xr-x | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,7 @@ # SeasonalBot -[ +[![Lint Badge][1]][2] +[![Build Badge][3]][4] [](https://discord.gg/2B963hn) A Discord bot for the Python Discord community which changes with the seasons, and provides useful event features. @@ -17,3 +18,8 @@ This later evolved into a bot that runs all year, providing season-appropriate f Before you start, please take some time to read through our [contributing guidelines](CONTRIBUTING.md). See [Seasonalbot's Wiki](https://pythondiscord.com/pages/contributing/seasonalbot/) for in-depth guides on getting started with the project! + +[1]:https://github.com/python-discord/seasonalbot/workflows/Lint/badge.svg?branch=master +[2]:https://github.com/python-discord/seasonalbot/actions?query=workflow%3ALint+branch%3Amaster +[3]:https://github.com/python-discord/seasonalbot/workflows/Build/badge.svg?branch=master +[4]:https://github.com/python-discord/seasonalbot/actions?query=workflow%3ABuild+branch%3Amaster |