You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered: