TelegramBotTutorial/config.json

17 lines
380 B
JSON
Raw Permalink Normal View History

2022-06-17 15:54:20 +00:00
{
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
"plugins": [
2022-07-09 17:41:37 +00:00
"dev.inmo.plagubot.plugins.commands.CommandsPlugin",
"dev.inmo.tgbotapi.libraries.cache.admins.AdminsPlugin",
2022-07-09 17:41:37 +00:00
"IntroductionPlugin",
"WelcomePlugin"
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": {
2022-07-09 17:41:37 +00:00
"url": "jdbc:sqlite:file:local.db"
2022-06-17 15:54:20 +00:00
}
}