TypeError: captcha_handler must derive from CaptchaHandler #559
Unanswered
CodecNomad
asked this question in
Help
Replies: 1 comment
-
this should solve it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
class MyCaptcha(discord.CaptchaHandler)
class MyClient(discord.Client(captcha_handler=MyCaptcha))
This should mean it's deriving, right?
Beta Was this translation helpful? Give feedback.
All reactions