2022-02-23 02:45:33 -05:00
|
|
|
{
|
2022-03-07 04:24:40 -05:00
|
|
|
"username": "bot",
|
|
|
|
"password": "hunter2",
|
|
|
|
"homeserver": "http://localhost:8008",
|
|
|
|
"faq": {
|
|
|
|
"header": "# Simple example FAQ",
|
|
|
|
"questions": [{
|
|
|
|
"question": "# What is the meaning of life?",
|
|
|
|
"answer": "42.",
|
|
|
|
"key_phrases": ["meaning", "life"]
|
2022-02-23 02:45:33 -05:00
|
|
|
},
|
|
|
|
{
|
2022-03-07 04:24:40 -05:00
|
|
|
"question": "# Who is the coolest pokemon?",
|
|
|
|
"answer": "Mewtwo! 🐈",
|
|
|
|
"key_phrases": ["coolest", "pokemon"]
|
2022-02-23 02:45:33 -05:00
|
|
|
},
|
|
|
|
{
|
2022-03-07 04:24:40 -05:00
|
|
|
"question": "# What is the coolest programming language?",
|
|
|
|
"answer": "🐍 python!",
|
|
|
|
"key_phrases": ["coolest", "programming", "language"]
|
2022-02-23 02:45:33 -05:00
|
|
|
}
|
|
|
|
],
|
2022-03-07 04:24:40 -05:00
|
|
|
"footer": "Brought to you by Nerve\nSee the [code](https://codeberg.org/gabe/Nerve)"
|
2022-02-23 02:45:33 -05:00
|
|
|
|
2022-03-07 04:24:40 -05:00
|
|
|
},
|
|
|
|
"users": {}
|
2022-02-23 02:45:33 -05:00
|
|
|
}
|