This commit is contained in:
Sam 2022-07-03 10:52:26 +08:00 committed by GitHub
parent 00c1ebe7b7
commit 6d0a31e0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -72,7 +72,7 @@
},
{
"name": "pmcaptcha",
"version": "2.101",
"version": "2.102",
"section": "chat",
"maintainer": "cloudreflection,01101sam",
"size": "54.6 kb",

View File

@ -2382,7 +2382,6 @@ if __name__ == "plugins.pmcaptcha":
# Force restarts for old PMCaptcha
globals().get("SubCommand") and exit(0)
# Flood Username confirm
user_want_set_flood_username: Optional[bool] = None
console = logs.getChild(cmd_name)
captcha_challenges = {
"math": MathChallenge,