diff --git a/content/soundboard.json b/content/soundboard.json index 4403305c28f..ad54871c7d4 100644 --- a/content/soundboard.json +++ b/content/soundboard.json @@ -233,6 +233,27 @@ } ] }, + { + "title": "Maurice", + "sounds": [ + { + "title": "All Time High", + "file": "/sounds/maurice/all-time-high.mp3" + }, + { + "title": "Düdüdüdüdüm", + "file": "/sounds/maurice/duedueduedueduem.mp3" + }, + { + "title": "Sehr kluge Frage", + "file": "/sounds/maurice/sehr-kluge-frage.mp3" + }, + { + "title": "Outro", + "file": "/sounds/maurice/outro.mp3" + } + ] + }, { "title": "Tim Kellner", "sounds": [ diff --git a/static/sounds/maurice/all-time-high.mp3 b/static/sounds/maurice/all-time-high.mp3 new file mode 100644 index 00000000000..9348aad8134 Binary files /dev/null and b/static/sounds/maurice/all-time-high.mp3 differ diff --git a/static/sounds/maurice/duedueduedueduem.mp3 b/static/sounds/maurice/duedueduedueduem.mp3 new file mode 100644 index 00000000000..a2c53c74285 Binary files /dev/null and b/static/sounds/maurice/duedueduedueduem.mp3 differ diff --git a/static/sounds/maurice/outro.mp3 b/static/sounds/maurice/outro.mp3 new file mode 100644 index 00000000000..81f35096b61 Binary files /dev/null and b/static/sounds/maurice/outro.mp3 differ diff --git a/static/sounds/maurice/sehr-kluge-frage.mp3 b/static/sounds/maurice/sehr-kluge-frage.mp3 new file mode 100644 index 00000000000..6a6bf7dd4dc Binary files /dev/null and b/static/sounds/maurice/sehr-kluge-frage.mp3 differ