Hi all, How can I show the user their current ema...
# help
r
Hi all, How can I show the user their current email address in their profile page?
n
Hello @rchrdnsh! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
🆕 How do I show the user their current email address in their profile page?
b
once you get a user object returned, you should be able to access
user.email
to display it
n
How do I show the user their current email address in their profile page?
r
ok, lemmie try that...