Wednesday, July 15, 2026 5:01:10 AM
> en.yml
---
en:
  commands:
    whois:
      description: Displays all available information about a player via their Steam UID, Discord ID, or Mention
      examples:
        - description: Using their mention, get all available information about this player
          arguments:
            whom: "@discord_mention"
        - description: Using their steam uid, get all available information about this player
          arguments:
            whom: "76561234567890123"
        - description: Using their Discord ID, get all available information about this player
          arguments:
            whom: "137456789012345678"
      discord:
        header: __Discord Information__
        id: ID
        username: Username
        status: Status
        created_at: Created
      steam:
        header: __Steam Information__
        id: ID
        username: Username
        visibility: Profile Visibility
        created_at: Created
        community_banned: Community banned?
        vac_banned: VAC banned?
        number_of_vac_bans: Number of VAC bans
        days_since_vac_ban: Days since last VAC ban
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7