diff options
| author | 2020-11-20 23:33:22 +0100 | |
|---|---|---|
| committer | 2020-11-20 23:33:22 +0100 | |
| commit | 4991f22489c22e21b83685340d8746bf359751a7 (patch) | |
| tree | ebb84681684cd24cd66e02619e1fc4a57f63ce75 /README.md | |
| parent | Simpler environment variables. (diff) | |
| parent | Add inline cache manifest to docker image (diff) | |
Merge branch 'master' into redis-persist
# Conflicts:
#	bot/exts/evergreen/branding.py
#	bot/exts/halloween/candy_collection.py
#	bot/exts/halloween/hacktoberstats.py
Diffstat (limited to 'README.md')
| -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 | 
