mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 14:38:49 -06:00
Add readme badges
This commit is contained in:
parent
611633ce8c
commit
7c6c884b22
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
- This will recreate all your slash commands to ensure they are up-to-date
|
||||
|
|
Loading…
Reference in a new issue