From 7c6c884b22f48d4b75893599e475799b41e0c528 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 19 Dec 2022 04:07:13 -0600 Subject: [PATCH] Add readme badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b8c73..499d4ac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![GitHub](https://img.shields.io/github/license/TheShadowEevee/Konpeki-Discord-Bot)](https://github.com/TheShadowEevee/Konpeki-Discord-Bot/blob/master/LICENSE) [![GitHub repo size](https://img.shields.io/github/repo-size/TheShadowEevee/Konpeki-Discord-Bot)](https://github.com/TheShadowEevee/Konpeki-Discord-Bot) [![GitHub package.json dependency version (prod)](https://img.shields.io/github/package-json/dependency-version/TheShadowEevee/Konpeki-Discord-Bot/discord.js)](https://discord.js.org/) [![CodeFactor](https://www.codefactor.io/repository/github/theshadoweevee/konpeki-discord-bot/badge)](https://www.codefactor.io/repository/github/theshadoweevee/konpeki-discord-bot) [![Discord](https://img.shields.io/discord/1052844258173931540?label=discord)](https://discord.gg/Zt8zruXexJ) # Konpeki Discord Bot Konpeki is a Discord Bot with varied functions. Written with discord.js, the Konpeki bot is designed to be easy to use and setup, as well as easy to change to work how you want it to. The name Konpeki comes from the Japenese word for Azure; there's no other reason for the name. @@ -71,4 +72,4 @@ If you're updating from Github: If you're updating based on changes you made: - You only need to do this if you have created or deleted a file from the `commands` folder - Run `node delete-commands.js && node deploy-commands.js` - - This will recreate all your slash commands to ensure they are up-to-date \ No newline at end of file + - This will recreate all your slash commands to ensure they are up-to-date