mirror of
https://github.com/InsanusMokrassar/PlaguBotBotTemplate.git
synced 2024-11-05 23:43:47 +00:00
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
|
"plugins": [
|
|
{
|
|
"type": "Hello",
|
|
"parameter": "Example"
|
|
}
|
|
],
|
|
"params": {
|
|
"defaultDatabase": [
|
|
"dev.inmo.plagubot.config.DatabaseConfig",
|
|
{
|
|
"url": "jdbc:sqlite:file:test?mode=memory&cache=shared"
|
|
}
|
|
]
|
|
}
|
|
} |