Improve position of CI tests passing badge
All checks were successful
CI / CI (push) Successful in 16s

This commit is contained in:
SileNce5k 2024-11-02 05:55:43 +01:00
parent acbfcb25d3
commit c6997f9c28
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -1,14 +1,15 @@
# discord_bot
# discord_bot <p id="ci-tests">![CI tests](https://github.com/SileNce5k/discord_bot/actions/workflows/CI.yml/badge.svg?branch=master)</p>
<style>
#ci-tests{
position: absolute;
top: 0px;
right: 0px;
}
</style>
| name | tests |
| -----| ----- |
| Github | ![CI tests](https://github.com/SileNce5k/discord_bot/actions/workflows/CI.yml/badge.svg?branch=master) |
| git.silence5k.com (forgejo-runner) | ![CI tests](https://git.silence5k.com/SileNce/discord_bot/actions/workflows/CI.yml/badge.svg?branch=master) |
##
A modular discord bot written in javascript, using the [discord.js](https://discord.js.org) library.
This is my second attempt at making a discord bot.