add inlines plugin

This commit is contained in:
2022-09-09 19:40:46 +06:00
parent 4c9b6e485f
commit bf68fc58f4
16 changed files with 193 additions and 21 deletions

View File

@@ -9,6 +9,7 @@ project.version = null
dependencies {
implementation libs.kotlin
api libs.plagubot.bot
api libs.tgbotapi.admins
api project(":plaguposter.posts")
api project(":plaguposter.posts_registrar")
@@ -18,6 +19,7 @@ dependencies {
api project(":plaguposter.ratings.source")
api project(":plaguposter.ratings.selector")
api project(":plaguposter.ratings.gc")
api project(":plaguposter.inlines")
api libs.psql
}

View File

@@ -13,7 +13,9 @@
"dev.inmo.plaguposter.ratings.source.Plugin",
"dev.inmo.plaguposter.ratings.selector.Plugin",
"dev.inmo.plaguposter.triggers.selector_with_timer.Plugin",
"dev.inmo.plaguposter.ratings.gc.Plugin"
"dev.inmo.plaguposter.ratings.gc.Plugin",
"dev.inmo.tgbotapi.libraries.cache.admins.AdminsPlugin",
"dev.inmo.plaguposter.inlines.Plugin"
],
"posts": {
"targetChat": 12345678,