We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdd69f commit 57e66b2Copy full SHA for 57e66b2
Fritz.StreamTools/appsettings.json
@@ -80,11 +80,21 @@
80
"file": "javascript.mp3",
81
"cooldown": 30
82
},
83
- "rimshot": {
84
- "response": "Ba Dum Tish!",
85
- "file": "rimshot.mp3",
86
- "cooldown": 60
87
- }
+ "rimshot": {
+ "response": "Ba Dum Tish!",
+ "file": "rimshot.mp3",
+ "cooldown": 60
+ },
88
+ "squirrel": {
89
+ "response": "Hey look, a SQUIRREL! Jeff's not distracted AT ALL",
90
+ "file": "squirrel.mp3",
91
92
93
+ "words": {
94
+ "response": "Words are hard, and Jeff is having a hard time speaking",
95
+ "file": "gibberish.mp3",
96
97
+ }
98
99
"TextCommand": [
100
{
0 commit comments