Skip to content

Commit 57e66b2

Browse files
committed
Added new sound effects as requested in #284
1 parent 7fdd69f commit 57e66b2

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

Fritz.StreamTools/appsettings.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,21 @@
8080
"file": "javascript.mp3",
8181
"cooldown": 30
8282
},
83-
"rimshot": {
84-
"response": "Ba Dum Tish!",
85-
"file": "rimshot.mp3",
86-
"cooldown": 60
87-
}
83+
"rimshot": {
84+
"response": "Ba Dum Tish!",
85+
"file": "rimshot.mp3",
86+
"cooldown": 60
87+
},
88+
"squirrel": {
89+
"response": "Hey look, a SQUIRREL! Jeff's not distracted AT ALL",
90+
"file": "squirrel.mp3",
91+
"cooldown": 60
92+
},
93+
"words": {
94+
"response": "Words are hard, and Jeff is having a hard time speaking",
95+
"file": "gibberish.mp3",
96+
"cooldown": 60
97+
}
8898
},
8999
"TextCommand": [
90100
{

0 commit comments

Comments
 (0)