From b796b885a17fa2b592709583b8132c5195c75d2d Mon Sep 17 00:00:00 2001
From: Macintosh II <95250141+mctaylors@users.noreply.github.com>
Date: Tue, 19 Sep 2023 04:23:02 +0300
Subject: [PATCH] Change logo CDN (#108)

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
---
 docs/README.md                           | 2 +-
 src/Commands/AboutCommandGroup.cs        | 2 +-
 src/Services/Update/SongUpdateService.cs | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index 8544779..381d541 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,5 +1,5 @@
 <p align="center">
-    <img src="https://cdn.upload.systems/uploads/v40uV9K1.png" alt="Boyfriend logo" width="75%"/>
+    <img src="https://mctaylors.ddns.net/cdn/boyfriend-banner-light-padding.png" alt="Boyfriend banner" width="75%"/>
 </p>
 
 ![License](https://img.shields.io/github/license/LabsDevelopment/Boyfriend)
diff --git a/src/Commands/AboutCommandGroup.cs b/src/Commands/AboutCommandGroup.cs
index d9f659e..4ad428a 100644
--- a/src/Commands/AboutCommandGroup.cs
+++ b/src/Commands/AboutCommandGroup.cs
@@ -84,7 +84,7 @@ public class AboutCommandGroup : CommandGroup
         var embed = new EmbedBuilder().WithSmallTitle(Messages.AboutBot, currentUser)
             .WithDescription(builder.ToString())
             .WithColour(ColorsList.Cyan)
-            .WithImageUrl("https://cdn.upload.systems/uploads/JFAaX5vr.png")
+            .WithImageUrl("https://mctaylors.ddns.net/cdn/boyfriend-banner-light.png")
             .Build();
 
         return await _feedback.SendContextualEmbedResultAsync(embed, ct);
diff --git a/src/Services/Update/SongUpdateService.cs b/src/Services/Update/SongUpdateService.cs
index f807655..61bda52 100644
--- a/src/Services/Update/SongUpdateService.cs
+++ b/src/Services/Update/SongUpdateService.cs
@@ -24,9 +24,9 @@ public sealed class SongUpdateService : BackgroundService
         ("Noisecream - Mist of Rage", new TimeSpan(0, 2, 25)),
         ("EDWXRDX - CONSCIENCE", new TimeSpan(0, 2, 16)),
         ("dontleaveme - afterward", new TimeSpan(0, 2, 29)),
-        ("Ferdous - Gravity", new TimeSpan(0, 4, 37)),
-        ("The Drums - Money", new TimeSpan(0, 2, 35)),
-        ("Derek Pope - War Machine", new TimeSpan(0, 3, 29))
+        ("Ferdous - Gravity", new TimeSpan(0, 2, 38)),
+        ("The Drums - Money", new TimeSpan(0, 3, 53)),
+        ("Derek Pope - War Machine", new TimeSpan(0, 3, 39))
     };
 
     private readonly List<Activity> _activityList = new(1)