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..."
|
||||
},
|
||||
"music": {
|
||||
"commands": ["music", "album"],
|
||||
"commands": ["music", "album"]
|
||||
},
|
||||
"notes": {
|
||||
"commands": ["note down", "notes"],
|
||||
|
@ -127,7 +127,7 @@
|
|||
"lang": "en",
|
||||
"ambiguous_response": "It is ambiguous.",
|
||||
"empty_response": "I can't find it."
|
||||
}
|
||||
},
|
||||
"youtube": {
|
||||
"commands": ["youtube"],
|
||||
"api_key": ""
|
||||
|
|
Loading…
Reference in a new issue