FuckingToasters / Fake-Verification-Bot

This script developed in python3 allows to create a verification QR Code, that the user will have to scan on his arrival on the server. Once scanned, you will get his information including his Token.
https://solo.to/Infinimonster
MIT License
37 stars 17 forks source link

no qr code after pressing Verify Me #20

Open ChronixZZ opened 1 year ago

ChronixZZ commented 1 year ago

image

ChronixZZ commented 1 year ago

image

FuckingToasters commented 5 months ago

image

Hello, sorry for my late reply, i assume the issue is, that discord don't allow the https part to be set as imageurl, i would suggest you to string away the https part before adding the image to the embed, please let me know if this solved it or not in the case it did solve it, i can implement this change in the public repo as well.

To make this change, open main.py in an editor of choice and scroll down to line 196 and add following: data = data.split("https://")[1]