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

Add MORE music to the bot

Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-09-17 15:53:15 +03:00 committed by GitHub
parent 438ecfb41b
commit a32171bba8
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,12 @@ public sealed class SongUpdateService : BackgroundService
("SCATTLE - Hypertension", new TimeSpan(0, 3, 18)),
("KEYGEN CHURCH - Tenebre Rosso Sangue", new TimeSpan(0, 3, 53)),
("Chipzel - Swing Me Another 6", new TimeSpan(0, 5, 32)),
("Noisecream - Mist of Rage", new TimeSpan(0, 2, 25))
("Noisecream - Mist of Rage", new TimeSpan(0, 2, 25)),
("EDWXRDX - CONSCIENCE", new TimeSpan(0, 2, 16)),
("dontleaveme - afterward", new TimeSpan(0, 2, 29)),
("Clams Casino - I'm God", new TimeSpan(0, 4, 37)),
("Jupyter - Starboy", new TimeSpan(0, 2, 35)),
("VØJ, Narvent - Memory Reboot", new TimeSpan(0, 3, 29))
};
private readonly List<Activity> _activityList = new(1)