1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-05 13:36:30 +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

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