App Logo
discord.com

Discord whoami (signed-in account)

Report which Discord account this browser is signed in as: the username, display name, email and user id. Being signed out is reported as a normal answer (loggedIn false), not an error, so it can be used to check a session before running other Discord scripts.

Input

None

Output

evidence required
loggedIn required
email optional
userId optional
username optional
displayName optional

FAQ

Report which Discord account this browser is signed in as: the username, display name, email and user id. Being signed out is reported as a normal answer (loggedIn false), not an error, so it can be used to check a session before running other Discord scripts.
Nothing. It takes no input.
It returns email, userId, evidence, loggedIn, username, displayName.
Yes. It acts as you on discord.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the discord.com cookies saved by the Reduck extension.
It only reads. It looks things up on discord.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/discord.com/whoami, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/discord.com/whoami
It is part of Reduck's official curated catalogue.

Start building not clicking