From a6ed435306f5b8945d75223cd8cebb35d73f3168 Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:15:23 +1100 Subject: [PATCH] Update streaming activity --- src/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index dbb641e..eb4a00a 100644 --- a/src/config.json +++ b/src/config.json @@ -1,6 +1,6 @@ { "configName": "Daggerbot", - "embedColor": "#ff69b4", + "embedColor": "#0052cf", "embedColorBackup": "#0052cf", "embedColorGreen": "#57f287", "embedColorOrange": "#cc5210", @@ -34,7 +34,7 @@ }, "botPresence": { "activities": [ - {"name": "Today is October!", "url": "https://www.youtube.com/watch?v=8wx8lmN5d-I", "type": 1} + {"name": "Today is November!", "url": "https://www.youtube.com/watch?v=y242XIPPykg", "type": 1} ], "status": "online" },