# Donator Perks

{% hint style="info" %}
Replace `[prefix]` with your server's prefix.
{% endhint %}

Donator perks can be accessed by boosting our support server (<https://discord.gg/mullencord>) or paying a minimum of 3€. Payment methods and more information can be found in our support server.

### List of Perks <a href="#list-of-perks" id="list-of-perks"></a>

* **selfpurge** - delete your own messages
* **lookup** - view the most recent changed usernames
* **lastfm mode set** - design a custom nowplaying embed
* **lastfm mode view** - view your custom nowplaying embed
* **lastfm mode remove** - remove your custom nowplaying embed
* **lastfm mode steal** - steal someone's custom nowplaying embed
* **reskin name** - change your reskin's name
* **reskin avatar** - edit your reskin's avatar
* **forcenickname** - lock a nickname to a member

## Last.fm <a href="#last.fm" id="last.fm"></a>

Using this command, you can modify the way your nowplaying embed appears. You can do this with last.fm variables and embed scripting.

Example of **setting** a nowplaying mode:

<figure><img src="/files/m7qW5A7pPFGnZxhyvinI" alt=""><figcaption></figcaption></figure>

Removing your custom nowplaying embed will reset it to the default one.

Viewing your custom nowplaying embed will provide you with the code. You can also view **other's** custom nowplaying embed.

### Last.fm Embed Variables <a href="#last.fm-embed-variables" id="last.fm-embed-variables"></a>

Get all usable variables for the lastfm embed via the `lastfm variables` :

<figure><img src="/files/UEGsTxRZtTmz1aHulnxx" alt=""><figcaption></figcaption></figure>

## Reskin <a href="#reskin" id="reskin"></a>

Reskin is a way to customize the bot's appearance. This works by responding to **your** commands as a webhook, instead of through the bot.

Your avatar can either be a **link** or an **image upload**.

{% hint style="warning" %}
Image uploads do not work as well as links!
{% endhint %}

Setting a reskin name & avatar:

<figure><img src="/files/zcMPw2kctKAwc4SQwk2P" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/RhYVIE1yk1YxStk2aQlP" alt=""><figcaption></figcaption></figure>

## Forcenickname

Using `forcenickname`, you can keep a nickname locked to a member. Whenever they change their username, it will be instantly changed back to the forced nickname provided.

<figure><img src="/files/9pxIeUj1G5yA7TEwR1JV" alt=""><figcaption></figcaption></figure>

### How do I remove a force nickname?

Simple! Run the following command:

```
[prefix]forcenickname [member] none
```

## Uwuify

Use uwuify \[message] to uwuify your message. Also, you can uwulock \[member] to uwulock someone in your server, so he'll be forced to talk cute!

<figure><img src="/files/bpRm37wgq5FyCvdW6jCu" alt=""><figcaption></figcaption></figure>

## Full list of all donor commands

A full list of **all donor commands** can be found on <https://serenity.wtf/commands#forcenick>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.serenity.wtf/miscellaneous/donator-perks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
