Overview
The/whoami command shows which AniList account is currently linked to your Discord profile.
Command syntax
Response messages
Linked account
/register.Not linked yet
/register starts the OAuth flow that stores your AniList account.Lookup error
Example usage
/register completed and stored your account for guild-aware lookups.
Source code reference
Implementation:src/commands/whoami.rs:29
whoami() defines the slash command, and handle_whoami() builds the response.
