mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 00:19:00 +03:00
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:
parent
438ecfb41b
commit
1225ff83d4
1 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue