mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 09:09:00 +03:00
Add MORE Splatoon™ songs that I liked (#135)
Song list: - Off the Hook - Muck Warfare — [source](https://youtu.be/Se3AuyS-gTo) - Off the Hook - Acid Hues — [source](https://youtu.be/RoBhJth2VZE) - Off the Hook - Shark Bytes — [source](https://youtu.be/YrGSrxDRAXU) - DJ Octavio feat. Squid Sisters & Deep Cut - Calamari Inkantation 3MIX — [source](https://youtu.be/_TE22RCxCi4) - Splatoon - Ink Me Up — [source](https://www.youtube.com/watch?v=LrsAKUnb3Qg) --------- Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
67ef6b7209
commit
186eb65eb1
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,12 @@ public sealed class SongUpdateService : BackgroundService
|
||||||
("Squid Sisters feat. Ian BGM - 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", new TimeSpan(0, 1, 11)),
|
("Damp Socks feat. Off the Hook - Candy-Coated Rocks", new TimeSpan(0, 1, 11)),
|
||||||
("H2Whoa - Aquasonic", new TimeSpan(0, 1, 1)),
|
("H2Whoa - Aquasonic", new TimeSpan(0, 1, 1)),
|
||||||
("Yoko & the Gold Bazookas - Ska-Blam!", new TimeSpan(0, 4, 4))
|
("Yoko & the Gold Bazookas - Ska-Blam!", new TimeSpan(0, 4, 4)),
|
||||||
|
("Off the Hook - Muck Warfare", new TimeSpan(0, 3, 39)),
|
||||||
|
("Off the Hook - Acid Hues", new TimeSpan(0, 3, 39)),
|
||||||
|
("Off the Hook - Shark Bytes", new TimeSpan(0, 3, 48)),
|
||||||
|
("DJ Octavio feat. Squid Sisters & Deep Cut - Calamari Inkantation", new TimeSpan(0, 7, 9)),
|
||||||
|
("Splatoon - Ink Me Up", new TimeSpan(0, 2, 13))
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly List<Activity> _activityList = new(1)
|
private readonly List<Activity> _activityList = new(1)
|
||||||
|
|
Loading…
Reference in a new issue