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

# Reskin

> Custom VoiceMaster configuration documentation for Premium guilds.

Reskin is a user premium feature, not a guild wide feature. This feature is not enabled by default and requires server admins to enable it.

<Info>
  Reskin is a feature which allows users to customise the bot's avatar and name, this is done by utilising Discord Webhooks (messages are sent as Webhooks)
</Info>

## Setting up Reskin in the guild

<Warning>
  greed will create a webhook in every channel in the server, if you have enabled antinuke/antiraid in another bot, this might cause greed to get kicked/banned from the server.
</Warning>

<CodeGroup>
  ```bash Syntax theme={null}
  ,reskin setup
  ```
</CodeGroup>

This will then allow premium **users** that are in your server to use the following commands:

<CodeGroup>
  ```bash Syntax theme={null}
  ,reskin name (name)
  ,reskin avatar (image)
  ```

  ```bash Example theme={null}
  ,reskin name greeds sibling
  ,reskin avatar https://r2.greed.best/greedav.png
  ```
</CodeGroup>

greed will then send the messages in webhooks, like this:

<Frame>
  <img src="https://mintcdn.com/greed-369a74fe/t8K6Kx0RMg_Yku2j/images/premium/reskin-example.png?fit=max&auto=format&n=t8K6Kx0RMg_Yku2j&q=85&s=57d8f35e66f57813e0f648666049b8e6" width="1062" height="741" data-path="images/premium/reskin-example.png" />
</Frame>

## Disabling reskin

```bash theme={null}
,reskin disable
```

## Deleting reskin

```bash theme={null}
,reskin delete
```
