fix example config missing comma
This commit is contained in:
parent
c8887408bd
commit
01b0745d20
|
@ -122,8 +122,8 @@
|
||||||
"pfouah_sentence": "Folks, I think I'm {word}!",
|
"pfouah_sentence": "Folks, I think I'm {word}!",
|
||||||
"pfouah1": ["doo", "da"],
|
"pfouah1": ["doo", "da"],
|
||||||
"pfouah2": ["lo", "di"],
|
"pfouah2": ["lo", "di"],
|
||||||
"pfouah3": ["zzel", "ddle"]
|
"pfouah3": ["zzel", "ddle"],
|
||||||
"pfouah_suffix": "d"]
|
"pfouah_suffix": "d"
|
||||||
},
|
},
|
||||||
"mood": {
|
"mood": {
|
||||||
"commands": ["calm down"],
|
"commands": ["calm down"],
|
||||||
|
|
Loading…
Reference in a new issue