From 5fd221e51f8f3546c9304cdf55eaeddefc0d2b80 Mon Sep 17 00:00:00 2001 From: Dorukyum <53639936+Dorukyum@users.noreply.github.com> Date: Sun, 20 Aug 2023 13:38:21 +0300 Subject: [PATCH] Add badges to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2dfc71b..26c91c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # pycord-multicog +[![Downloads](https://img.shields.io/pypi/dm/pycord-multicog?logo=pypi&logoColor=white)](https://pypi.org/project/pycord-multicog/) +[![Discord](https://img.shields.io/discord/789829818547175446?label=discord&logo=discord&color=5865F2&logoColor=white)](https://discord.com/invite/8JsMVhBP4W) + A pycord extension that allows splitting command groups into multiple cogs. ## Installation