mirror of
https://github.com/InsanusMokrassar/PlaguBotBotTemplate.git
synced 2024-10-31 21:23:47 +00:00
12 lines
231 B
JSON
12 lines
231 B
JSON
|
{
|
||
|
"database": {
|
||
|
"url": "jdbc:sqlite:file:test?mode=memory&cache=shared"
|
||
|
},
|
||
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
||
|
"plugins": [
|
||
|
{
|
||
|
"type": "Hello",
|
||
|
"parameter": "Example"
|
||
|
}
|
||
|
]
|
||
|
}
|