From fd303362e21e0fe709f94d460fb3c2c0287371ae Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 14 Jan 2024 11:53:53 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20project=20badges=20to=20th?= =?UTF-8?q?e=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68c048d..0c7f720 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Laracord Framework +![Latest Stable Version](https://img.shields.io/packagist/v/laracord/framework.svg?style=flat-square) +![Total Downloads](https://img.shields.io/packagist/dt/laracord/framework.svg?style=flat-square) +![Build Status](https://img.shields.io/github/actions/workflow/status/laracord/framework/main.yml?branch=main&style=flat-square) + [Laracord](https://github.com/laracord/laracord) is a micro-framework that provides a powerful starting point for your next Discord bot. Build functional, elegant bots harnessing the full power of [Laravel](https://laravel.com/) alongside [DiscordPHP](https://github.com/discord-php/DiscordPHP).