From 3e0af979867b2fac0b34b75488c93210ebfff413 Mon Sep 17 00:00:00 2001 From: ResidentCody <80289265+ResidentCody@users.noreply.github.com> Date: Tue, 8 Jun 2021 18:39:55 -0600 Subject: [PATCH] Update jukebox.json - Add 1ea secret song. (#10560) * Update jukebox.json - Add 1ea secret song. Adds the song "I Wupped Batman's Ass" to the secret songlist on the jukebox on behalf of another user. * Adds a comma Adds a comma that was missed. --- config/jukebox.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/jukebox.json b/config/jukebox.json index 81a27a4053..192ab502ed 100644 --- a/config/jukebox.json +++ b/config/jukebox.json @@ -3498,5 +3498,15 @@ "lobby": false, "jukebox": true, "genre": "Rock" +}, +{ +"url": "https://files.catbox.moe/8rn8uz.mp3", +"title": "I Wupped Batman's Ass", +"duration": 3270, +"artist": "Wesley Willis Fiasco", +"secret": true, +"lobby": false, +"jukebox": true, +"genre": "Rock" } ] \ No newline at end of file