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

# Donator Perks

> Premium tiers, exclusive commands, and perks for raze supporters.

# Donator Perks

> Premium tiers, exclusive commands, and perks for raze supporters.

## Tiers

<CardGroup cols={3}>
  <Card title="Premium" icon="star">
    **\$6.99 / month** · Most Popular

    Full personal & guild customization: bot reskin, self-prefix, no-prefix, LastFM suite, impersonate, CDN host, custom embeds/currency/emojis, music premium across 3 guilds.

    3 guild slots
  </Card>

  <Card title="Apex" icon="crown">
    **\$11.99 · Lifetime**

    Pay once, keep it forever. Everything Premium gives plus unlimited limits, lifetime retention, and 5 guild slots.

    5 guild slots
  </Card>

  <Card title="Custom Instance" icon="server">
    **From \$14.99**

    Dedicated custom bot instance running under your server's own custom name, avatar, application ID, and bot token.

    Dedicated bot node
  </Card>
</CardGroup>

***

## Premium — \$6.99/mo

### User perks (work in any server)

* Bot reskin — custom per-user identity
* Custom self-prefix
* No-prefix mode
* Impersonate command
* Uwuify command
* File hosting / CDN upload
* GIF converter (video → GIF)
* Profile badge: **Premium**
* 30 reminders
* LastFM who-knows suite (crowns, wktracks, wkalbum, globalwk)
* Birthday roles
* Eco: +50% daily/weekly, +2 quest slots, +5 inventory rows
* Custom embed accent color in your slotted guild
* Rename the economy currency in your slotted guild
* Override approve / deny / warn / info emojis
* Fully custom AFK display format

### 3 guild slots — each slotted guild gets

* Autoresponders: 25 · Sticky messages: 8/channel · 35/server
* Aliases: 25 · Button messages: 25 · Welcome configs: 6
* Paginators: 18 · Counters: 8 · Autoreact: 40 · Autopublish: 12
* Recording retention: 1 month
* Music premium: 24/7, audio filters, unlimited playlists
* Server-bank loan rate −1%

***

## Apex — \$11.99 Lifetime

Pay once. Everything Premium, permanently, plus:

### Additional user perks

* Lifetime — pay once, never renewed
* Profile badge: **Apex (gold)**
* Unlimited reminders
* Eco: +75% daily/weekly multiplier
* Lab earnings: +45%
* Voice and text XP: +25%
* Daily streak grace — 60h window before streak resets
* Vote shop: -20% on all item costs
* 3 free quest re-rolls per day
* Global embed accent color across every server
* Apex-exclusive reskin presets
* Priority music queue — jump to front when adding tracks
* Unlimited inventory rows
* Early access — new features 1 week before everyone
* Weekly stats DM digest

### 5 guild slots — each slotted guild gets

* All numeric limits uncapped — autoresponders, sticky messages, aliases, button messages, welcome configs, paginators, counters, autoreact, autopublish
* Recording retention: lifetime
* Everything in Premium server tier

***

## Custom Bot Instances

Dedicated custom bot instances running under your server's own branding, custom application ID, and isolated bot token.

<CardGroup cols={2}>
  <Card title="Half-Annual Instance" icon="clock">
    **\$14.99 / 6 months**

    Dedicated custom bot instance running under your server's custom name, avatar, and custom bot token for 6 months.
  </Card>

  <Card title="Lifetime Instance" icon="bolt">
    **\$21.99 · Lifetime** · Best Value

    Lifetime dedicated custom bot instance with priority node hosting and complete server branding.
  </Card>
</CardGroup>

### Included features

* Custom Bot Name & Avatar
* Custom Discord Application ID & token
* Dedicated token & isolated bot node
* 24/7 High-performance execution node
* Custom Rich Presence activity status
* Priority 1-on-1 support in Discord server
* 1 Dedicated locked server node

***

## Managing slots

<AccordionGroup>
  <Accordion title="View your info">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;premium info
        ```

        Shows your tier, slot count, and which servers currently have perks active.
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;premium info
        ```

        Shows your tier, slot count, and which servers currently have perks active.
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Activate perks on a server">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;premium add
        ```

        Activates your donor perks on the current server. Uses one of your available slots.
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;premium add
        ```

        Activates your donor perks on the current server.
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Remove perks from a server">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;premium remove
        ```

        Removes donor perks from the current server and frees the slot.
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;premium remove
        ```

        Removes donor perks from the current server and frees the slot.
      </Tab>
    </Tabs>
  </Accordion>

  <Accordion title="Check slot usage">
    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;premium slots
        ```

        Shows how many slots you have, how many are used, and which servers they are assigned to.
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;premium slots
        ```

        Shows your slot usage at a glance.
      </Tab>
    </Tabs>
  </Accordion>
</AccordionGroup>

***

## Reskin

Reskin makes raze send messages through a Discord webhook using a custom display name and avatar instead of its own. Bot behaviour stays the same — only the cosmetic identity changes.

<Steps>
  <Step title="Enable reskin">
    ```bash theme={null} theme={null}
    ;reskin enable
    ```

    Activates webhook-based persona mode for your account.
  </Step>

  <Step title="Set a display name">
    <CodeGroup>
      ```bash Syntax theme={null} theme={null}
      ;reskin username (name)
      ```

      ```bash Example theme={null} theme={null}
      ;reskin username Aria
      ```
    </CodeGroup>

    Name shown on all webhook messages raze sends on your behalf.
  </Step>

  <Step title="Set an avatar">
    <CodeGroup>
      ```bash Syntax theme={null} theme={null}
      ;reskin avatar (url)
      ```

      ```bash Example theme={null} theme={null}
      ;reskin avatar https://i.imgur.com/example.png
      ```
    </CodeGroup>

    Must be a direct image URL.
  </Step>

  <Step title="Done">
    Raze now responds through a webhook using your configured name and avatar. Disable anytime:

    ```bash theme={null} theme={null}
    ;reskin disable
    ```
  </Step>
</Steps>

***

## Fun commands

<AccordionGroup>
  <Accordion title="Impersonate">
    Send a message as another member using raze. **Premium+**

    <Tabs>
      <Tab title="Syntax">
        ```bash theme={null} theme={null}
        ;impersonate @member (message)
        ```
      </Tab>

      <Tab title="Example">
        ```bash theme={null} theme={null}
        ;impersonate @wanderer hello everyone
        ```
      </Tab>
    </Tabs>

    Raze sends the message appearing as that member. Admin-only. Use responsibly.
  </Accordion>

  <Accordion title="Uwuify">
    Force a member to have all their messages uwuified. **Premium+**

    <Tabs>
      <Tab title="Uwuify">
        <CodeGroup>
          ```bash Syntax theme={null} theme={null}
          ;uwuify @member
          ```

          ```bash Example theme={null} theme={null}
          ;uwuify @zecroyn
          ```
        </CodeGroup>

        Every message from that member gets transformed into uwu-speak until removed.
      </Tab>

      <Tab title="Remove uwuify">
        Remove the uwuify effect.

        ```bash theme={null} theme={null}
        ;uwulockreset
        ```

        Clears the active uwuify lock.
      </Tab>
    </Tabs>
  </Accordion>
</AccordionGroup>

***
