From aa9cc3f319ff20d54128525c953ae22f1aaac27a Mon Sep 17 00:00:00 2001 From: Toby <83095177+tobezdev@users.noreply.github.com> Date: Fri, 6 Mar 2026 00:20:14 +0000 Subject: [PATCH 1/2] Update repository link for Audius Song of the Day Updated repo link for Audius SOTD to point to the new repo with the -Bot prefix. --- src/client/data/projects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/data/projects.ts b/src/client/data/projects.ts index 50fee57..61af341 100644 --- a/src/client/data/projects.ts +++ b/src/client/data/projects.ts @@ -117,7 +117,7 @@ const projects: Project[] = [ description: "A feature-rich Discord Bot which chooses one song each day from the Audius API to highlight to the community. It includes server-wide notifications, DM subscriptions and an optional ping role.", link: "https://audius-sotd.tobezdev.com", - repository: "https://github.com/tobezdev/Audius-Song-of-the-Day", + repository: "https://github.com/tobezdev/Audius-Song-of-the-Day-Bot", }, ]; From 6ce04cd49aee9549b3270f25845173ccbbeb1cfc Mon Sep 17 00:00:00 2001 From: Toby <83095177+tobezdev@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:27:53 +0000 Subject: [PATCH 2/2] Update link for Audius Song of the Day project --- src/client/data/projects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/data/projects.ts b/src/client/data/projects.ts index 61af341..59c79e9 100644 --- a/src/client/data/projects.ts +++ b/src/client/data/projects.ts @@ -116,7 +116,7 @@ const projects: Project[] = [ title: "Audius Song of the Day", description: "A feature-rich Discord Bot which chooses one song each day from the Audius API to highlight to the community. It includes server-wide notifications, DM subscriptions and an optional ping role.", - link: "https://audius-sotd.tobezdev.com", + link: "https://sotd.audius.tobezdev.com", repository: "https://github.com/tobezdev/Audius-Song-of-the-Day-Bot", }, ];