mirror of
https://github.com/InsanusMokrassar/TelegramBotTutorial.git
synced 2024-11-05 07:43:49 +00:00
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
|
|
"plugins": [
|
|
"dev.inmo.plagubot.plugins.commands.CommandsPlugin",
|
|
|
|
"IntroductionPlugin",
|
|
"WelcomePlugin"
|
|
],
|
|
"introduction": {
|
|
"onStartCommandMessage": "Hello World"
|
|
},
|
|
"database": {
|
|
"url": "jdbc:sqlite:file:local.db"
|
|
}
|
|
}
|