PlaguBotBotTemplate/config.json

12 lines
231 B
JSON
Raw Normal View History

2020-11-12 07:28:59 +00:00
{
"database": {
"url": "jdbc:sqlite:file:test?mode=memory&cache=shared"
},
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
"plugins": [
{
"type": "Hello",
"parameter": "Example"
}
]
}