start add panel plugin

This commit is contained in:
2022-09-14 23:32:32 +06:00
parent 77fae11dfd
commit dfa748b1e7
7 changed files with 60 additions and 5 deletions

View File

@@ -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
}