Add soundtracks from different games (#74)

This PR adds some soundtracks from five different games to the bot's
listening activity.

List of soundtracks added:
- Jukio Kallio, Daniel Hagström - Fall 'n' Roll (Fall Guys)
- SCATTLE - Hypertension (Super Meat Boy)
- KEYGEN CHURCH - Tenebre Rosso Sangue (ULTRAKILL)
- Chipzel - Swing Me Another 6 (Dicey Dungeons)
- ~Floex - The Glasshouse With Butterfly (Machinarium)~
- Noisecream - Mist of Rage (My Friend Pedro)
This commit is contained in:
Macintxsh 2023-07-30 12:29:08 +03:00 committed by GitHub
parent f47ebe81c5
commit 940f2e64a0
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,12 @@ public partial class GuildUpdateService : BackgroundService {
("Splatoon 3 - Seep and Destroy", new TimeSpan(0, 2, 42)), ("Splatoon 3 - Seep and Destroy", new TimeSpan(0, 2, 42)),
("IA - A Tale of Six Trillion Years and a Night", new TimeSpan(0, 3, 40)), ("IA - A Tale of Six Trillion Years and a Night", new TimeSpan(0, 3, 40)),
("Manuel - Gas Gas Gas", new TimeSpan(0, 3, 17)), ("Manuel - Gas Gas Gas", new TimeSpan(0, 3, 17)),
("Camellia - Flamewall", new TimeSpan(0, 6, 50)) ("Camellia - Flamewall", new TimeSpan(0, 6, 50)),
("Jukio Kallio, Daniel Hagström - Fall 'n' Roll", new TimeSpan(0, 3, 14)),
("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))
}; };
private static readonly string[] GenericNicknames = { private static readonly string[] GenericNicknames = {