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:
parent
1225ff83d4
commit
b796b885a1
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue