fixes and fills

This commit is contained in:
2022-09-07 00:23:14 +06:00
parent f3f7761bf9
commit 53675ca598
13 changed files with 91 additions and 13 deletions

View File

@@ -10,7 +10,9 @@
"dev.inmo.plaguposter.posts.Plugin",
"dev.inmo.plaguposter.posts.registrar.Plugin",
"dev.inmo.plaguposter.ratings.Plugin",
"dev.inmo.plaguposter.ratings.source.Plugin"
"dev.inmo.plaguposter.ratings.source.Plugin",
"dev.inmo.plaguposter.ratings.selector.Plugin",
"dev.inmo.plaguposter.triggers.selector_with_timer.Plugin"
],
"posts": {
"targetChat": 12345678,
@@ -61,5 +63,8 @@
}
}
]
},
"timer_trigger": {
"krontab": "0 30 2/4 * *"
}
}