mirror of
https://github.com/InsanusMokrassar/CaptchaPlaguBotPlugin.git
synced 2024-11-22 16:23:56 +00:00
fixes
This commit is contained in:
parent
de6a8241c3
commit
823c895e42
@ -192,7 +192,7 @@ private suspend fun BehaviourContext.banUser(
|
|||||||
|
|
||||||
@Serializable
|
@Serializable
|
||||||
data class SlotMachineCaptchaProvider(
|
data class SlotMachineCaptchaProvider(
|
||||||
val checkTimeSeconds: Seconds = 300,
|
val checkTimeSeconds: Seconds = 60,
|
||||||
val captchaText: String = "Solve this captcha: "
|
val captchaText: String = "Solve this captcha: "
|
||||||
) : CaptchaProvider() {
|
) : CaptchaProvider() {
|
||||||
@Transient
|
@Transient
|
||||||
|
Loading…
Reference in New Issue
Block a user