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

# Admin Commands

> Complete reference for Admin commands in Flare.

Below is a complete, searchable reference for all **Admin** commands available in Flare.

## `addpremium`

Grant premium to a user.

<Accordion title="View Details: /addpremium">
  **Usage**

  ```bash theme={null}
  /addpremium <user> <duration>
  ```

  **Examples**

  ```bash theme={null}
  /addpremium 908648080876920862 1m
  /addpremium @user 1y
  ```
</Accordion>

***

## `badge`

manage user badges

<Accordion title="View Details: /badge">
  **Usage**

  ```bash theme={null}
  /badge <add/remove/list> <user> [badge]
  ```

  **Examples**

  ```bash theme={null}
  /badge add @user Developer
  /badge remove @user BugHunter
  /badge list @user
  ```
</Accordion>

***

## `blacklist`

manage user and guild blacklists

<Accordion title="View Details: /blacklist">
  **Usage**

  ```bash theme={null}
  /blacklist <add/remove/check> <user/guild> <id> [reason]
  ```

  **Examples**

  ```bash theme={null}
  /blacklist add user 123456789 spamming
  /blacklist remove guild 123456789
  /blacklist check user 123456789
  ```
</Accordion>

***

## `maintenance`

toggle bot maintenance mode

<Accordion title="View Details: /maintenance">
  **Usage**

  ```bash theme={null}
  /maintenance 
  ```

  **Aliases**
  `maint`, `mt`

  **Examples**

  ```bash theme={null}
  /maintenance
  ```
</Accordion>

***

## `premiumlist`

list all active premium users

<Accordion title="View Details: /premiumlist">
  **Usage**

  ```bash theme={null}
  /premiumlist 
  ```

  **Examples**

  ```bash theme={null}
  /premiumlist
  ```
</Accordion>

***

## `reload`

reload events and commands

<Accordion title="View Details: /reload">
  **Usage**

  ```bash theme={null}
  /reload 
  ```
</Accordion>

***

## `removepremium`

Revoke premium from a user.

<Accordion title="View Details: /removepremium">
  **Usage**

  ```bash theme={null}
  /removepremium <user>
  ```

  **Examples**

  ```bash theme={null}
  /removepremium 908648080876920862
  /removepremium @user
  ```
</Accordion>

***

## `restart`

gracefully restart the bot process

<Accordion title="View Details: /restart">
  **Usage**

  ```bash theme={null}
  /restart 
  ```

  **Examples**

  ```bash theme={null}
  /restart
  ```
</Accordion>

***

## `serverlist`

list all guilds the bot is in

<Accordion title="View Details: /serverlist">
  **Usage**

  ```bash theme={null}
  /serverlist 
  ```

  **Examples**

  ```bash theme={null}
  /serverlist
  ```
</Accordion>

***
