-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Как юзать вместе с RAC(RemoteAuthClient)?
Я использую библу twocaptcha
Но не понимаю как ее соединить с @c.event("on_captcha")
Сейчас я юзаю такой код:
@c.event("on_captcha")
async def on_captcha(captcha_data):
print("Captcha!")
try:
result = solver.hcaptcha(sitekey=sitekey,
url='https://www.discord.com/login/')
balance = solver.balance()
print(balance)
return result
except Exception as err:
print(err)
Metadata
Metadata
Assignees
Labels
No labels