From 670477d7aa23fba1305323964fc90b6d0ee54a41 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:45:07 +1100 Subject: [PATCH] Update activity status (#80) --- src/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index 3133c46..9a5a74d 100644 --- a/src/config.json +++ b/src/config.json @@ -26,8 +26,8 @@ "botPresence": { "activities": [ { - "name": "Today is January!", - "url": "https://www.youtube.com/watch?v=UPSSUSLlwjY", + "name": "Today is February!", + "url": "https://www.youtube.com/watch?v=v4PD_TwbxPo", "type": 1 } ],