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

Edit MORE music to the bot

Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-09-18 12:37:36 +03:00 committed by GitHub
parent a32171bba8
commit 6d81e7d96a
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,9 +24,9 @@ public sealed class SongUpdateService : BackgroundService
("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)), ("EDWXRDX - CONSCIENCE", new TimeSpan(0, 2, 16)),
("dontleaveme - afterward", new TimeSpan(0, 2, 29)), ("dontleaveme - afterward", new TimeSpan(0, 2, 29)),
("Clams Casino - I'm God", new TimeSpan(0, 4, 37)), ("Ferdous - Gravity", new TimeSpan(0, 4, 37)),
("Jupyter - Starboy", new TimeSpan(0, 2, 35)), ("The Drums - Money", new TimeSpan(0, 2, 35)),
("VØJ, Narvent - Memory Reboot", new TimeSpan(0, 3, 29)) ("Derek Pope - War Machine", new TimeSpan(0, 3, 29))
}; };
private readonly List<Activity> _activityList = new(1) private readonly List<Activity> _activityList = new(1)