mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2024-11-05 07:43:49 +00:00
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
|
"plugins": [
|
|
"IntroductionPlugin"
|
|
],
|
|
"introduction": {
|
|
"onStartCommandMessage": "Hello World"
|
|
},
|
|
"database": {
|
|
"url": "jdbc:sqlite:file:local.db?mode=memory&cache=shared"
|
|
}
|
|
}
|