From cc0093fad061fbc9af0c8c5d9d88ada1b89b4195 Mon Sep 17 00:00:00 2001 From: Laurens van der Drift Date: Mon, 27 May 2024 21:55:40 +0200 Subject: [PATCH] updated grouping an embed colors --- Bot/setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bot/setup.md b/Bot/setup.md index b67ce6b..d627956 100644 --- a/Bot/setup.md +++ b/Bot/setup.md @@ -67,7 +67,8 @@ ``` Enter your Uptime Kuma Dashboard URL in ``([line 99](https://github.com/Lauwy222/UptimeKuma-DiscordBot/blob/main/Bot/index.js#L99)). - +4. Adding a new group should be done in [line 13-17](https://github.com/Lauwy222/UptimeKuma-DiscordBot/blob/main/Bot/index.js#L13-L17) +5. Color embed ```javascript let embed = new EmbedBuilder() .setTitle(`${category} Monitor`)