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 @@
-
+

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 _activityList = new(1)