mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-11-25 08:58:45 +00:00
update dependencies
This commit is contained in:
parent
f438ede791
commit
aef864d5fd
@ -3,13 +3,13 @@
|
|||||||
kotlin = "1.7.22"
|
kotlin = "1.7.22"
|
||||||
kotlin-serialization = "1.4.1"
|
kotlin-serialization = "1.4.1"
|
||||||
|
|
||||||
plagubot = "3.4.0"
|
plagubot = "3.5.0"
|
||||||
tgbotapi = "5.1.0"
|
tgbotapi = "5.2.1"
|
||||||
microutils = "0.16.8"
|
microutils = "0.16.11"
|
||||||
kslog = "0.5.4"
|
kslog = "0.5.4"
|
||||||
krontab = "0.8.5"
|
krontab = "0.8.5"
|
||||||
tgbotapi-libraries = "0.8.0"
|
tgbotapi-libraries = "0.8.2"
|
||||||
plagubot-plugins = "0.8.0"
|
plagubot-plugins = "0.8.1"
|
||||||
|
|
||||||
dokka = "1.7.20"
|
dokka = "1.7.20"
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ object Plugin : Plugin {
|
|||||||
val newMessagesInfo = firstOf {
|
val newMessagesInfo = firstOf {
|
||||||
add {
|
add {
|
||||||
listOf(
|
listOf(
|
||||||
waitContentMessage().filter {
|
waitAnyContentMessage().filter {
|
||||||
it.chat.id == state.context && it.content.textContentOrNull() ?.text != "/finish_post"
|
it.chat.id == state.context && it.content.textContentOrNull() ?.text != "/finish_post"
|
||||||
}.take(1).first()
|
}.take(1).first()
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user