1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 09:09:00 +03:00

Change logo CDN (#108)

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-09-19 04:23:02 +03:00 committed by GitHub
parent 1225ff83d4
commit b796b885a1
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<p align="center"> <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> </p>
![License](https://img.shields.io/github/license/LabsDevelopment/Boyfriend) ![License](https://img.shields.io/github/license/LabsDevelopment/Boyfriend)

View file

@ -84,7 +84,7 @@ public class AboutCommandGroup : CommandGroup
var embed = new EmbedBuilder().WithSmallTitle(Messages.AboutBot, currentUser) var embed = new EmbedBuilder().WithSmallTitle(Messages.AboutBot, currentUser)
.WithDescription(builder.ToString()) .WithDescription(builder.ToString())
.WithColour(ColorsList.Cyan) .WithColour(ColorsList.Cyan)
.WithImageUrl("https://cdn.upload.systems/uploads/JFAaX5vr.png") .WithImageUrl("https://mctaylors.ddns.net/cdn/boyfriend-banner-light.png")
.Build(); .Build();
return await _feedback.SendContextualEmbedResultAsync(embed, ct); return await _feedback.SendContextualEmbedResultAsync(embed, ct);

View file

@ -24,9 +24,9 @@ public sealed class SongUpdateService : BackgroundService
("Noisecream - Mist of Rage", new TimeSpan(0, 2, 25)), ("Noisecream - Mist of Rage", new TimeSpan(0, 2, 25)),
("EDWXRDX - CONSCIENCE", new TimeSpan(0, 2, 16)), ("EDWXRDX - CONSCIENCE", new TimeSpan(0, 2, 16)),
("dontleaveme - afterward", new TimeSpan(0, 2, 29)), ("dontleaveme - afterward", new TimeSpan(0, 2, 29)),
("Ferdous - Gravity", new TimeSpan(0, 4, 37)), ("Ferdous - Gravity", new TimeSpan(0, 2, 38)),
("The Drums - Money", new TimeSpan(0, 2, 35)), ("The Drums - Money", new TimeSpan(0, 3, 53)),
("Derek Pope - War Machine", new TimeSpan(0, 3, 29)) ("Derek Pope - War Machine", new TimeSpan(0, 3, 39))
}; };
private readonly List<Activity> _activityList = new(1) private readonly List<Activity> _activityList = new(1)