Add MORE music to the bot (#107)

Music added:
- EDWXRDX - CONSCIENCE (2:16)
- dontleaveme - afterward (2:29)
- Clams Casino - I'm God (4:37)
- Jupyter - Starboy (2:35)
- VØJ, Narvent - Memory Reboot (3:29)

Timecode source: [Yandex.Music](https://music.yandex.ru)

---------

Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-09-18 14:24:55 +03:00 committed by GitHub
parent 438ecfb41b
commit 1225ff83d4
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)),
("Ferdous - Gravity", new TimeSpan(0, 4, 37)),
("The Drums - Money", new TimeSpan(0, 2, 35)),
("Derek Pope - War Machine", new TimeSpan(0, 3, 29))
};
private readonly List<Activity> _activityList = new(1)