1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00

Add MORE Splatoon™ songs that I liked

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:
Macintxsh 2023-09-30 19:22:03 +03:00 committed by GitHub
parent 6247a55a35
commit 518a73e79e
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,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)), // Add some Splatoon™ songs that *I* liked #125 ("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)) ("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)