config: fix issues in example config file

This commit is contained in:
dece 2020-11-05 23:53:34 +01:00
parent ce26eda989
commit c7863b0396

View file

@ -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": ""