first version

This commit is contained in:
2020-11-12 11:52:09 +06:00
parent 9b46894d99
commit e93704f511
13 changed files with 151 additions and 55 deletions

16
template.config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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": [
{
"type": "Hello",
"parameter": "Example"
}
]
}