Skip to content

Commit

Permalink
Fix readme badges for CI status (python-discord#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
wookie184 authored Apr 14, 2023
1 parent b9098b8 commit 9ed9985
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# Python Utility Bot

[![Discord][7]][8]
[![Lint & Test][1]][2]
[![Build][3]][4]
[![Deploy][5]][6]
[![Discord][1]][2]
[![CI][3]][4]
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)

This project is a Discord bot specifically for use with the Python Discord server. It provides numerous utilities
and other tools to help keep the server running like a well-oiled machine.

Read the [Contributing Guide](https://pythondiscord.com/pages/contributing/bot/) on our website if you're interested in helping out.

[1]: https://github.com/python-discord/bot/workflows/Lint%20&%20Test/badge.svg?branch=main
[2]: https://github.com/python-discord/bot/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amain
[3]: https://github.com/python-discord/bot/workflows/Build/badge.svg?branch=main
[4]: https://github.com/python-discord/bot/actions?query=workflow%3ABuild+branch%3Amain
[5]: https://github.com/python-discord/bot/workflows/Deploy/badge.svg?branch=main
[6]: https://github.com/python-discord/bot/actions?query=workflow%3ADeploy+branch%3Amain
[7]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg
[8]: https://discord.gg/python
[1]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg
[2]: https://discord.gg/python
[3]: https://github.com/python-discord/bot/actions/workflows/main.yml/badge.svg?branch=main
[4]: https://github.com/python-discord/bot/actions/workflows/main.yml?query=branch%3Amain

0 comments on commit 9ed9985

Please sign in to comment.