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

# Customise & Aliases

> Customize bot appearance per server and set custom command aliases.

# Customise & Command Aliases

<Badge variant="pro">Tier 2: Pro</Badge> <Badge variant="secondary">Free Aliases</Badge>

> Personalize Raze's appearance in your server (server avatar, banner, bio) and define custom command aliases tailored to your staff's workflow.

***

## Commands Overview

| Command      | Aliases                            | Tier | Syntax                           | Description                                              | Permissions   |
| :----------- | :--------------------------------- | :--- | :------------------------------- | :------------------------------------------------------- | :------------ |
| `.aliases`   | `alias`, `customalias`, `aliasset` | Free | `.aliases <subcommand> [args]`   | Manage custom server command aliases.                    | Administrator |
| `.customise` | `customize`, `custom`              | Pro  | `.customise <subcommand> [args]` | Customize bot's avatar, banner, and bio for your server. | Administrator |

***

## Custom Command Aliases

### aliases

Create shortcuts or renamed versions of standard bot commands.

| Subcommand | Syntax                           | Description                                   | Example                       |
| :--------- | :------------------------------- | :-------------------------------------------- | :---------------------------- |
| `set`      | `.aliases set <command> <alias>` | Maps a standard command to a new alias        | `.aliases set ban prohibited` |
| `remove`   | `.aliases remove <alias>`        | Removes a custom alias                        | `.aliases remove prohibited`  |
| `list`     | `.aliases list`                  | Lists all active custom aliases in the server | `.aliases list`               |
| `reset`    | `.aliases reset`                 | Clears all custom aliases                     | `.aliases reset`              |

<Tabs>
  <Tab title="Set Custom Aliases">
    ```bash theme={null} theme={null}
    .aliases set ban prohibited
    .aliases set mute timeout
    .aliases set purge clear
    ```
  </Tab>

  <Tab title="List & Reset">
    ```bash theme={null} theme={null}
    .aliases list
    .aliases remove prohibited
    .aliases reset
    ```
  </Tab>
</Tabs>

***

## Server Bot Customization

### customise

Tailor Raze's server profile avatar, banner, and bio to match your server's branding.

| Subcommand | Syntax                          | Description                          | Example                                            |
| :--------- | :------------------------------ | :----------------------------------- | :------------------------------------------------- |
| `avatar`   | `.customise avatar <image_url>` | Sets server-specific avatar for Raze | `.customise avatar https://example.com/avatar.png` |
| `banner`   | `.customise banner <image_url>` | Sets server-specific banner for Raze | `.customise banner https://example.com/banner.png` |
| `bio`      | `.customise bio {description}`  | Sets custom bio/about me text        | `.customise bio Official Assistant of Community X` |
| `reset`    | `.customise reset`              | Resets bot appearance to default     | `.customise reset`                                 |

* **Aliases**: `customize`, `custom`
* **User Permissions**: Administrator
