> ## 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.

# Server Commands

> Complete reference for Server commands in Flare.

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

## `activity`

View a user

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

  ```bash theme={null}
  /activity [user] [days]
  ```

  **Aliases**
  `act`, `st`

  **Examples**

  ```bash theme={null}
  /activity
  /activity @flame
  /activity @flame 14
  ```
</Accordion>

***

## `afk`

set yourself afk

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

  ```bash theme={null}
  /afk [reason]
  ```

  **Aliases**
  `awayfromkeyboard`

  **Examples**

  ```bash theme={null}
  /afk coming in a while
  ```
</Accordion>

***

## `avatar`

see a user

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

  ```bash theme={null}
  /avatar [user]
  ```

  **Aliases**
  `av`, `pfp`

  **Examples**

  ```bash theme={null}
  /avatar @flame
  ```
</Accordion>

***

## `banner`

see a user

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

  ```bash theme={null}
  /banner [user]
  ```

  **Aliases**
  `bnr`

  **Examples**

  ```bash theme={null}
  /banner @flame
  ```
</Accordion>

***

## `customrole`

manage custom role aliases

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

  ```bash theme={null}
  /customrole <add/remove/list> [alias] [role]
  ```

  **Aliases**
  `cr`

  **Required Permissions**
  `Administrator`

  **Examples**

  ```bash theme={null}
  /customrole add admin @admin
  /customrole remove admin
  /customrole list
  ```
</Accordion>

***

## `embed`

embed create welcome,embed edit welcome,embed delete welcome,embed list,embed view welcome,embed send welcome #general

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

  ```bash theme={null}
  /embed <create/edit/delete/list/view/send> [name] [#channel]
  ```

  **Aliases**
  `embeds`, `eb`

  **Required Permissions**
  `ManageMessages`

  **Examples**

  ```bash theme={null}
  /embed create welcome
  /embed edit welcome
  /embed delete welcome
  /embed list
  /embed view welcome
  /embed send welcome #general
  ```
</Accordion>

***

## `ignore`

ignore channels or commands from the bot

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

  ```bash theme={null}
  /ignore <channel/command/list> [add/remove] [target] [#channel]
  ```

  **Aliases**
  `ignorechannel`, `ignorecmd`

  **Required Permissions**
  `ManageGuild`

  **Examples**

  ```bash theme={null}
  /ignore channel #general
  /ignore channel remove #general
  /ignore command ban
  /ignore command ban #general
  /ignore command remove ban
  /ignore command remove ban #general
  /ignore list
  ```
</Accordion>

***

## `list`

list things in the server

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

  ```bash theme={null}
  /list <option>
  ```

  **Examples**

  ```bash theme={null}
  /list bots
  /list admins
  /list roles
  /list bans
  /list boosters
  ```
</Accordion>

***

## `membercount`

get the server

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

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

  **Aliases**
  `mc`, `members`

  **Examples**

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

***

## `prefix`

change the server prefix

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

  ```bash theme={null}
  /prefix set <new prefix>
  ```

  **Required Permissions**
  `ManageGuild`

  **Examples**

  ```bash theme={null}
  /prefix set ?
  ```
</Accordion>

***

## `requiredrole`

set or reset the required role for custom role aliases

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

  ```bash theme={null}
  /requiredrole <role | reset>
  ```

  **Aliases**
  `reqrole`, `crole`

  **Required Permissions**
  `Administrator`

  **Examples**

  ```bash theme={null}
  /requiredrole @Moderator
  /requiredrole reset
  ```
</Accordion>

***

## `roleinfo`

get information about a role

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

  ```bash theme={null}
  /roleinfo <role mention/name/id>
  ```

  **Aliases**
  `ri`

  **Examples**

  ```bash theme={null}
  /roleinfo @Members
  /roleinfo Moderator
  /roleinfo 12345
  ```
</Accordion>

***

## `serverbanner`

see the server

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

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

  **Aliases**
  `sbanner`

  **Examples**

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

***

## `servericon`

see the server

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

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

  **Aliases**
  `sicon`

  **Examples**

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

***

## `serverinfo`

get information about the server

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

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

  **Aliases**
  `si`, `server`

  **Examples**

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

***

## `userinfo`

get information about a user

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

  ```bash theme={null}
  /userinfo [user mention/id]
  ```

  **Aliases**
  `ui`, `whois`

  **Examples**

  ```bash theme={null}
  /userinfo @flame
  /userinfo 908648080876920862
  ```
</Accordion>

***
