nerve/data-example.json

27 lines
No EOL
865 B
JSON

{
"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"]
},
{
"question": "# Who is the coolest pokemon?",
"answer": "Mewtwo! 🐈",
"key_phrases": ["coolest", "pokemon"]
},
{
"question": "# What is the coolest programming language?",
"answer": "🐍 python!",
"key_phrases": ["coolest", "programming", "language"]
}
],
"footer": "Brought to you by Nerve\nSee the [code](https://codeberg.org/gabe/Nerve)"
},
"users": {}
}