mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-09-15 13:09:29 +00:00
start add panel plugin
This commit is contained in:
@@ -103,11 +103,6 @@ object Plugin : Plugin {
|
||||
NewPost(
|
||||
state.messages
|
||||
)
|
||||
).firstOrNull() ?.let {
|
||||
send(state.context, "Ok, you have registered ${it.content.size} messages as new post")
|
||||
} ?: send(
|
||||
state.context,
|
||||
"Sorry, for some reason I was unable to register your post"
|
||||
)
|
||||
null
|
||||
}
|
||||
|
Reference in New Issue
Block a user