forked from TeamInklings/Octobot
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:
parent
f47ebe81c5
commit
940f2e64a0
1 changed files with 6 additions and 1 deletions
|
@ -28,7 +28,12 @@ public partial class GuildUpdateService : BackgroundService {
|
|||
("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)),
|
||||
("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 = {
|
||||
|
|
Reference in a new issue