mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-11-18 12:20:06 +00:00
complete timer plugin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package dev.inmo.plaguposter.triggers.selector_with_timer
|
||||
|
||||
import com.soywiz.klock.DateTime
|
||||
import dev.inmo.plaguposter.posts.models.PostId
|
||||
|
||||
fun interface AutopostFilter {
|
||||
suspend fun check(postId: PostId, dateTime: DateTime): Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user