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 b7e97af commit 1896796Copy full SHA for 1896796
Fritz.StreamTools/appsettings.json
@@ -85,7 +85,27 @@
85
"figuredout": {
86
"response": "You figured this out ALL ON YOUR OWN?",
87
"file": "FiguredThisOutAlready.mp3",
88
- "cooldown": 60
+ "cooldown": 60
89
+ },
90
+ "found": {
91
+ "response": "I found a squirrel!",
92
+ "file": "Natasha1.mp3",
93
+ "cooldown": 120
94
95
+ "crush": {
96
+ "response": "It's been 30 years, and Natasha wants to crush this squirrel",
97
+ "file": "Natasha2.mp3",
98
99
100
+ "bad": {
101
+ "response": "He's so bad...",
102
+ "file": "Natasha3.mp3",
103
104
105
+ "dumb": {
106
+ "response": "This squirrel is so dumb...",
107
+ "file": "Natasha4.mp3",
108
109
},
110
"javascript": {
111
"response": "Horses LOVE JavaScript!",
0 commit comments