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
{{ message }}
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
I'm setting up discord login for my flask app and all is working well except that current_user.id returns an id that is almost right but is off by a couple digits in the end.
I get returned this: 605375003914928100
.....My discord id is: 605375003914928138
I'm setting up discord login for my flask app and all is working well except that current_user.id returns an id that is almost right but is off by a couple digits in the end.
I get returned this: 605375003914928100
.....My discord id is: 605375003914928138
How would i get the users discord id?
This is my callback code