Skip to content

Commit

Permalink
Added skill-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
1Git2Clone committed Jun 11, 2024
1 parent 3f0d08f commit 40f7dbb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@
[License Icon]: https://img.shields.io/badge/license-Apache2.0-blue.svg
[License]: LICENSE

<!-- markdownlint-disable MD033 -->
<p>
<img
height="50px"
src="https://codeberg.org/1Kill2Steal/skill-icons/raw/branch/main/icons/Rust.svg"
alt="Rust"
/>
<img
height="50px"
src="https://codeberg.org/1Kill2Steal/skill-icons/raw/branch/main/icons/SQLite.svg"
alt="SQLite"
/>
<img
height="50px"
src="https://codeberg.org/1Kill2Steal/skill-icons/raw/branch/main/icons/Docker.svg"
alt="Docker"
/>
</p>
<!-- markdownlint-enable MD033 -->

## Features overview

This is a list of some of the Bots available features. For a more comprehensive
Expand Down
11 changes: 11 additions & 0 deletions database/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# serenity-discord-bot/database

<!-- markdownlint-disable MD033 -->
<p>
<img
height="50px"
src="https://codeberg.org/1Kill2Steal/skill-icons/raw/branch/main/icons/SQLite.svg"
alt="SQLite"
/>
</p>
<!-- markdownlint-enable MD033 -->

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
```
Expand Down

0 comments on commit 40f7dbb

Please sign in to comment.