Closed FabiChan99 closed 2 years ago
The scopes which are used by default includes email. So you should be able to get user email after they authorize your application and auth grant is completed.
But how will i get the users email? I dont find anything in the library
Take a look at me() function in example here: https://flask-discord.readthedocs.io/en/latest/introduction.html#basic-usage
As they used user.name
, similarly you can do user.email
to get users email.
Hey, i would ask if it is possible to add Support to get a users Email?