mirror of
https://github.com/InsanusMokrassar/CaptchaPlaguBotPlugin.git
synced 2024-11-26 03:58:52 +00:00
add setup of sent message in expression worker
This commit is contained in:
parent
823c895e42
commit
de5391b121
@ -456,6 +456,8 @@ data class ExpressionCaptchaProvider(
|
|||||||
mention(user)
|
mention(user)
|
||||||
regular(", $captchaText ")
|
regular(", $captchaText ")
|
||||||
bold(callbackData.second)
|
bold(callbackData.second)
|
||||||
|
}.also {
|
||||||
|
sentMessage = it
|
||||||
}
|
}
|
||||||
|
|
||||||
var leftAttempts = attempts
|
var leftAttempts = attempts
|
||||||
|
Loading…
Reference in New Issue
Block a user