TelegramBotTutorial/config.json

13 lines
265 B
JSON
Raw Normal View History

2022-06-17 15:54:20 +00:00
{
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
"plugins": [
2022-06-17 16:24:44 +00:00
"IntroductionPlugin"
2022-06-17 15:54:20 +00:00
],
2022-06-17 16:24:44 +00:00
"introduction": {
"onStartCommandMessage": "Hello World"
2022-06-17 15:54:20 +00:00
},
"database": {
"url": "jdbc:sqlite:file:local.db?mode=memory&cache=shared"
}
}