From c6997f9c28262fc30b44065398cead3d97ae4802 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sat, 2 Nov 2024 05:55:43 +0100 Subject: [PATCH] Improve position of CI tests passing badge --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 465b14a..ccd5438 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ -# discord_bot +# discord_bot

![CI tests](https://github.com/SileNce5k/discord_bot/actions/workflows/CI.yml/badge.svg?branch=master)

+ -| 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.