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

# Bot Info

> View information about Discord bots

## Overview

Display information about any Discord bot including their user ID, creation date, and verification status.

***

## Command Usage

<CodeGroup>
  ```bash Syntax theme={null}
  ~botinfo [bot]
  ```

  ```bash Examples theme={null}
  # Check the current bot
  ~botinfo

  # Check a specific bot
  ~botinfo @BotName

  # Using alias
  ~bi @BotName
  ```
</CodeGroup>

**Aliases:** `bi`, `binfo`

***

## Information Displayed

<CardGroup cols={3}>
  <Card title="User ID" icon="hashtag">
    The bot's unique Discord ID
  </Card>

  <Card title="Creation Date" icon="calendar">
    When the bot account was created
  </Card>

  <Card title="Bot Status" icon="badge-check">
    Confirms the account is a bot
  </Card>
</CardGroup>

***

## Features

* **Auto-Detection** — Only works with bot accounts (rejects regular users)
* **Default Target** — Shows current bot info if no bot is mentioned
* **Creation Date** — Displays relative time since creation

***

## Permission Requirements

<Card title="User Permissions" icon="user">
  **No special permissions required** — All members can use this command
</Card>

***

## Notes

<Warning>
  **User Accounts Only**

  If you mention a regular user (non-bot), the command will return an error message. This command only works with bot accounts.
</Warning>
