-
I am creating a selfbot for the popular Dank Memer bot. Every few hours or so Dank Memer asks you to complete a captcha that looks like this: You have to click on their link to go to their website to solve the captcha. This seems like its going to be extremely complicated but I need to find any kind of way of doing this. Simply running msg.components[0].children[0].click() doesn't do anything, perhaps because when you click on the link Discord pops up a confirmation message that you'd like to go to that website: I thought maybe this would function the same as a modal, but after testing it I found that it isn't a modal.
Output: My questions are:
I know there are people out there that are a lot smarter than me (I'm a 15 yr old) and any help with figuring this out would be greatly appreciated :D |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's not a real button, it just has a |
Beta Was this translation helpful? Give feedback.
It's not a real button, it just has a
.url
field