This commit is contained in:
2020-11-12 13:28:59 +06:00
parent 43d361c9e1
commit 8c7e527468
6 changed files with 44 additions and 47 deletions

12
config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"database": {
"url": "jdbc:sqlite:file:test?mode=memory&cache=shared"
},
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
"plugins": [
{
"type": "Hello",
"parameter": "Example"
}
]
}