Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no qr code after pressing Verify Me #20

Open
ChronixZZ opened this issue Mar 25, 2023 · 2 comments
Open

no qr code after pressing Verify Me #20

ChronixZZ opened this issue Mar 25, 2023 · 2 comments

Comments

@ChronixZZ
Copy link

image

@ChronixZZ
Copy link
Author

image

@FuckingToasters
Copy link
Owner

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants