update dependencies

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

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()
)