PlaguBotBotTemplate/config.json

13 lines
259 B
JSON
Raw Permalink Normal View History

2020-11-12 07:28:59 +00:00
{
"botToken": "1234567890:ABCDEFGHIJKLMNOP_qrstuvwxyz12345678",
"plugins": [
2022-06-16 18:36:25 +00:00
"dev.inmo.plagubot.HelloPlugin"
2021-02-17 08:57:18 +00:00
],
2022-06-16 18:36:25 +00:00
"helloPlugin": {
"print": "Hello World"
},
"database": {
"url": "jdbc:sqlite:file:local.db?mode=memory&cache=shared"
2021-02-17 08:57:18 +00:00
}
2022-06-16 18:36:25 +00:00
}