From cddceda3c5243795895e35c14d7d63981e0e09f1 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 1 Nov 2024 19:50:32 +0100 Subject: [PATCH] Update README.md to show if tests are passing --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1b104..00ff585 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # discord_bot + +| name | tests | +| -----| ----- | +| Github | ![CI tests](https://github.com/SileNce5k/discord_bot/actions/workflows/CI.yml/badge.svg)| +|git.silence5k.com (forgejo-runner) | ![CI tests](https://git.silence5k.com/SileNce/discord_bot/actions/workflows/CI.yml/badge.svg)| + + +## + 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. @@ -24,7 +33,7 @@ You can also change the global prefix. You should enter you discord user id, so you can use the admin commands. Every time you want to change something in this file, you have to restart the bot. -If the config is ever changed, you need to either delete it and repeat the steps above or take a look at the util/createInitialConfig.js file +If the config is ever changed, you need to either delete it and repeat the steps above or take a look at the util/createInitialConfig.js file. ## Known issues