mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
aaand one more
Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
96ccd22256
commit
3df2b1ae61
1 changed files with 5 additions and 4 deletions
|
@ -28,11 +28,12 @@ public sealed class SongUpdateService : BackgroundService
|
||||||
("The Drums - Money", new TimeSpan(0, 3, 53)),
|
("The Drums - Money", new TimeSpan(0, 3, 53)),
|
||||||
("Derek Pope - War Machine", new TimeSpan(0, 3, 39)),
|
("Derek Pope - War Machine", new TimeSpan(0, 3, 39)),
|
||||||
("Deep Cut - Big Betrayal", new TimeSpan(0, 1, 42)),
|
("Deep Cut - Big Betrayal", new TimeSpan(0, 1, 42)),
|
||||||
("Squid Sisters - Tommorrow\'s Nostalgia Today", new TimeSpan(0, 2, 8)),
|
("Squid Sisters - Tomorrow's Nostalgia Today", new TimeSpan(0, 2, 8)),
|
||||||
("Deep Cut - Anarchy Rainbow", new TimeSpan(0, 1, 51)),
|
("Deep Cut - Anarchy Rainbow", new TimeSpan(0, 1, 51)),
|
||||||
("Squid Sisters - Liquid Sunshine", new TimeSpan(0, 1, 32)),
|
("Squid Sisters feat. Ian BGM - Liquid Sunshine", new TimeSpan(0, 1, 32)),
|
||||||
("Damp Socks feat. Off the Hook - Candy-Coated Rocks (Full Ver.)", new TimeSpan(0, 2, 38)),
|
("Damp Socks feat. Off the Hook - Candy-Coated Rocks", new TimeSpan(0, 1, 11)),
|
||||||
("Deep Cut - Daybreaker Anthem", new TimeSpan(0, 3, 14))
|
("H2Whoa - Aquasonic", new TimeSpan(0, 1, 1)), // Add some Splatoon™ songs that *I* liked #125
|
||||||
|
("Yoko & the Gold Bazookas - Ska-Blam!", new TimeSpan(0, 4, 4))
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly List<Activity> _activityList = new(1)
|
private readonly List<Activity> _activityList = new(1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue