mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2024-11-05 15:53:49 +00:00
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
|
"plugins": [
|
|
"dev.inmo.plagubot.HelloPlugin"
|
|
],
|
|
"helloPlugin": {
|
|
"print": "Hello World"
|
|
},
|
|
"database": {
|
|
"url": "jdbc:sqlite:file:local.db?mode=memory&cache=shared"
|
|
}
|
|
}
|