mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-14 03:43:47 +00:00
17 lines
413 B
JSON
17 lines
413 B
JSON
{
|
|
"database": {
|
|
"url": "jdbc:sqlite:file:test?mode=memory&cache=shared IT IS JUST EXAMPLE",
|
|
"driver": "org.sqlite.JDBC",
|
|
"username": "OPTIONAL username",
|
|
"password": "OPTIONAL password",
|
|
"initAutomatically": false
|
|
},
|
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
|
"plugins": [
|
|
"dev.inmo.plagubot.HelloPlugin"
|
|
],
|
|
"helloPlugin": {
|
|
"print": "Hello World"
|
|
}
|
|
}
|