update dependencies

This commit is contained in:
InsanusMokrassar 2023-02-21 22:08:11 +06:00
parent f438ede791
commit aef864d5fd
2 changed files with 6 additions and 6 deletions

View File

@ -3,13 +3,13 @@
kotlin = "1.7.22"
kotlin-serialization = "1.4.1"
plagubot = "3.4.0"
tgbotapi = "5.1.0"
microutils = "0.16.8"
plagubot = "3.5.0"
tgbotapi = "5.2.1"
microutils = "0.16.11"
kslog = "0.5.4"
krontab = "0.8.5"
tgbotapi-libraries = "0.8.0"
plagubot-plugins = "0.8.0"
tgbotapi-libraries = "0.8.2"
plagubot-plugins = "0.8.1"
dokka = "1.7.20"

View File

@ -65,7 +65,7 @@ object Plugin : Plugin {
val newMessagesInfo = firstOf {
add {
listOf(
waitContentMessage().filter {
waitAnyContentMessage().filter {
it.chat.id == state.context && it.content.textContentOrNull() ?.text != "/finish_post"
}.take(1).first()
)