PlaguBotBotTemplate/config.json

17 lines
329 B
JSON
Raw Normal View History

2020-11-12 07:28:59 +00:00
{
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
"plugins": [
{
"type": "Hello",
"parameter": "Example"
}
2021-02-17 08:57:18 +00:00
],
"params": {
"defaultDatabase": [
"dev.inmo.plagubot.config.DatabaseConfig",
{
"url": "jdbc:sqlite:file:test?mode=memory&cache=shared"
}
]
}
2020-11-12 07:28:59 +00:00
}