From cd444d51d111f5e2e0efcd5ec5449c5989dfb871 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 13 Mar 2025 08:45:31 +0100 Subject: [PATCH] :memo: Make badges link to something (#7) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 19ac85c..41c65d0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@

Pycord REST

-![PyPI - Version](https://img.shields.io/pypi/v/pycord-rest-bot) -![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycord-rest-bot) -![PyPI - Types](https://img.shields.io/pypi/types/pycord-rest-bot) -![PyPI - License](https://img.shields.io/pypi/l/pycord-rest-bot) -![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Paillat-dev/pycord-rest/CI.yaml) +[![PyPI - Version](https://img.shields.io/pypi/v/pycord-rest-bot)](https://pypi.org/project/pycord-rest-bot/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pycord-rest-bot)](https://pypi.org/project/pycord-rest-bot/) +[![PyPI - Types](https://img.shields.io/pypi/types/pycord-rest-bot)](https://pypi.org/project/pycord-rest-bot/) +[![PyPI - License](https://img.shields.io/pypi/l/pycord-rest-bot)](https://pypi.org/project/pycord-rest-bot/) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Paillat-dev/pycord-rest/CI.yaml)](https://github.com/Paillat-dev/pycord-rest/actions/workflows/CI.yaml) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/Paillat-dev/pycord-rest/main.svg)](https://results.pre-commit.ci/latest/github/Paillat-dev/pycord-rest/main) A lightweight wrapper for Discord's HTTP interactions and webhook events using py-cord