> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lucie.elxy.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Lucie Exclusives

> Commands you'll only find in Lucie: profile, leaderboards, reverse image search, invites, and Instagram, TikTok, and Roblox profiles.

These commands are Lucie's signature: you won't see them (or not quite like this) in other bots. As always, you can use them with the `!` prefix (configurable with `!setprefix`), by mentioning Lucie, or through their slash versions.

## !profile

A user's profile. Use `-h` to see their recorded history (avatars, banners, and names) in a timeline — the `!timeline` shortcut opens that view directly. The view without `-h` is reserved for Lucie's economy (coming soon).

**Usage:** `!profile -h [@user/ID/name]`

**Aliases:** `perfil`, `prof`, `timeline`

**Examples**

```text theme={"dark"}
!profile -h
!profile -h @usuario
!perfil -h 238847385407717397
```

<Note>
  With a <Tooltip tip="An upgrade a member gives the server with Discord Nitro; whoever gives it is a booster.">boost</Tooltip> on the support server you can see who has viewed a history (yours or the one you're looking at) and hide your own with a button (private log).
</Note>

## !top

Leaderboard of who changes their avatar, banner, or name the most. By default it counts every change; add a category to filter, and `server` to narrow it down to this server.

**Usage:** `!top [avatars|banners|names|serveravatars] [server]`

**Aliases:** `leaderboard`, `ranking`, `lb`

**Examples**

```text theme={"dark"}
!top
!top avatars
!top names server
!ranking banners
```

## !whose

Reverse image search: reply to an image (or attach one / paste a Discord link) and Lucie will look up who has or has had that avatar or banner — it catches copycats.

**Usage:** `!whose` (replying to an image, attaching one, or pasting a Discord link)

**Aliases:** `dequien`, `reverse`, `rev`, `quientiene`

**Examples**

```text theme={"dark"}
!whose   (replying to an avatar)
!whose https://cdn.discordapp.com/avatars/...
```

## !invites

Invite system: who invites whom, the server leaderboard, and rewards configurable from the [web dashboard](https://lucie.elxy.dev). It only works inside a server, and an administrator must enable it first from the dashboard.

**Usage:** `!invites [@user] | top | quien @user | codigos | add/remove @user <n> | reset [@user|server]`

**Aliases:** `invitaciones`, `invs`

**Permissions:** Manage Server (only for `add`, `remove`, and `reset`)

<AccordionGroup>
  <Accordion title="Lookup (for everyone)">
    * `!invites [@user]` — Invite stats for you or the specified user: total (including bonus, if any), active, left, and discarded (accounts that are too new). Whether leaves subtract from the total depends on the dashboard configuration.
    * `!invites top` — Top 10 inviters in the server. Also responds to `ranking` and `leaderboard`.
    * `!invites quien @user` — Tells you who invited that user (or whether they joined through a <Tooltip tip="The server's custom invite (discord.gg/name) that people can show in their status.">vanity</Tooltip> link or an invite generated by Lucie), along with the code used and when they joined. It flags whether the account was new (doesn't count toward the leaderboard) or whether they've since left the server.
    * `!invites codigos` — Your active invite codes in the server, with each one's use count.
  </Accordion>

  <Accordion title="Management (requires Manage Server)">
    * `!invites add @user <n>` — Adds `n` bonus invites to a user.
    * `!invites remove @user <n>` — Subtracts `n` bonus invites (never goes below 0).
    * `!invites reset @user` — Resets a user's invites.
    * `!invites reset server` — Fully resets the server's invites.
  </Accordion>
</AccordionGroup>

**Examples**

```text theme={"dark"}
!invites
!invites top
!invites quien @alguien
!invites codigos
!invites add @usuario 5
```

## !instagram

Shows a user's public Instagram profile: profile picture, name (with a verified badge if they have one), bio, private / professional account and category tags, the bio's external link, and their **posts**, **followers**, and **following** counts in compact format (`1.2K`, `685.9M`). Includes a button to open the profile on Instagram.

Accepts the username with or without `@`, or the profile URL directly.

**Usage:** `!instagram <user>`

**Aliases:** `ig`, `insta`

**Examples**

```text theme={"dark"}
!instagram cristiano
!ig @leomessi
!insta https://instagram.com/instagram
```

<Note>
  If Instagram is rate-limiting requests at that moment, Lucie will ask you to try again in a few minutes.
</Note>

## !tiktok

Shows a user's public TikTok profile: profile picture, name (with a verified badge if they have one), bio, a notice if the account is private, and their **following**, **followers**, **likes**, and **videos** counts in compact format. Includes a button to open the profile on TikTok.

Accepts the username with or without `@`, or the profile URL directly.

**Usage:** `!tiktok <user>`

**Aliases:** `tt`, `tik`

**Examples**

```text theme={"dark"}
!tiktok khaby.lame
!tt @tiktok
!tik https://tiktok.com/@usuario
```

## !roblox

Shows a user's public Roblox profile: avatar, display name and `@username` (with a verified badge if they have one), description, the account's **creation date**, **followers**, **following**, and the number of official Roblox **badges** (if they have any). If the account is banned, it says so. Includes a button to open the profile on Roblox.

Accepts the username (with or without `@`), the numeric ID, or the profile URL.

**Usage:** `!roblox <user/ID>`

**Aliases:** `rbx`, `rblx`

**Examples**

```text theme={"dark"}
!roblox builderman
!rbx @Roblox
!rblx 156
```

<Tip>
  `!instagram`, `!tiktok`, and `!roblox` have a small 5-second cooldown between uses.
</Tip>
