mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-03 20:49:54 +03:00
wait one more
Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
f90a724238
commit
96ccd22256
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ public sealed class SongUpdateService : BackgroundService
|
||||||
("Squid Sisters - Tommorrow\'s Nostalgia Today", new TimeSpan(0, 2, 8)),
|
("Squid Sisters - Tommorrow\'s Nostalgia Today", new TimeSpan(0, 2, 8)),
|
||||||
("Deep Cut - Anarchy Rainbow", new TimeSpan(0, 1, 51)),
|
("Deep Cut - Anarchy Rainbow", new TimeSpan(0, 1, 51)),
|
||||||
("Squid Sisters - Liquid Sunshine", new TimeSpan(0, 1, 32)),
|
("Squid Sisters - Liquid Sunshine", new TimeSpan(0, 1, 32)),
|
||||||
("Damp Socks feat. Off the Hook - Candy-Coated Rocks (Full Ver.)", new TimeSpan(0, 2, 38))
|
("Damp Socks feat. Off the Hook - Candy-Coated Rocks (Full Ver.)", new TimeSpan(0, 2, 38)),
|
||||||
|
("Deep Cut - Daybreaker Anthem", new TimeSpan(0, 3, 14))
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly List<Activity> _activityList = new(1)
|
private readonly List<Activity> _activityList = new(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue