From 40f7dbb9aaaa2f2f19891862d8ab3b419c5af6a9 Mon Sep 17 00:00:00 2001 From: 1Kill2Steal <171241044+1Git2Clone@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:44:10 +0300 Subject: [PATCH] Added skill-icons --- README.md | 20 ++++++++++++++++++++ database/README.md | 11 +++++++++++ 2 files changed, 31 insertions(+) diff --git a/README.md b/README.md index 283a989..eccae40 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,26 @@ [License Icon]: https://img.shields.io/badge/license-Apache2.0-blue.svg [License]: LICENSE + +
+ + + +
+ + ## Features overview This is a list of some of the Bots available features. For a more comprehensive diff --git a/database/README.md b/database/README.md index 1c92b57..49f81c6 100644 --- a/database/README.md +++ b/database/README.md @@ -1,7 +1,18 @@ # serenity-discord-bot/database + ++ +
+ + This directory is only used for your database migrations from sqlx. They work with the sqlx cli utility which can be installed using: + ```sh cargo install sqlx-cli ```