config: fix issues in example config file
This commit is contained in:
parent
ce26eda989
commit
c7863b0396
|
@ -80,7 +80,7 @@
|
||||||
"pissed_message": "I'm pissed off now..."
|
"pissed_message": "I'm pissed off now..."
|
||||||
},
|
},
|
||||||
"music": {
|
"music": {
|
||||||
"commands": ["music", "album"],
|
"commands": ["music", "album"]
|
||||||
},
|
},
|
||||||
"notes": {
|
"notes": {
|
||||||
"commands": ["note down", "notes"],
|
"commands": ["note down", "notes"],
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
"ambiguous_response": "It is ambiguous.",
|
"ambiguous_response": "It is ambiguous.",
|
||||||
"empty_response": "I can't find it."
|
"empty_response": "I can't find it."
|
||||||
}
|
},
|
||||||
"youtube": {
|
"youtube": {
|
||||||
"commands": ["youtube"],
|
"commands": ["youtube"],
|
||||||
"api_key": ""
|
"api_key": ""
|
||||||
|
|
Loading…
Reference in a new issue