# Further Customization (Premium)

{% hint style="info" %}
**You have to unlock 🌟Premium Features to do further customization!**
{% endhint %}

## **Channelstatus (Bump Countdown):**

[**This feature allows you to create a locked voice channel/normal channel, which shows the time left for the next bump.** ](https://media.discordapp.net/attachments/738409360488661142/809322554573586452/unknown.png)

### **Set the Channel:**

* **`%chstats add #channel` -> mention the channel name and run the command**

{% hint style="danger" %}
T**he Bot must have the `Manage_Channel` , `View_Channel`, `Send_Messages` in the Channel, which you added.**
{% endhint %}

### Channel name for Bump Ready:

* **When the Bump is ready, the added Channel, will change their name to the name, which you will set below.**
* **`%chstat yes <channel_name_onready>`-> This will change the Channel name for Bump ready**

### Channel name for Bumpable Soon:

* **When the Server is bumpable in less than 10 minutes, it will change the channel name to the name, which you will set below.**
* **`%chstat soon <channel_name_soon>`-> This will change the Channel name for Bump soon**

### Channel name for Bump Time Left:

* **When the Server is not bumpable and time is left, it will change the Channel Name to the one below.**
* **`%chstat no <channel_name_not_ready>`-> This will change the Channel name for not Bump.**
* **You can add the time parameter {time}, to built in the time, which is left for bump ready**
* **Ex: `%chstat no Bumpable in {time}`**    &#x20;

## Custom Avatar, Image, Thumb....

![](/files/-MYpAxU8h0oAw0PeA-wM)

* **They can be found on the next page of `%custom`**

### Add/Remove Footer:

* **This adds a embed footer or removes it on disable**

```
%custom footer <message>
%custom footer disable | will disable reponse & ping
```

### Add custom Thumbnail:

* **This adds a custom thumbnail, which is on the right corner of the embed**

```
%custom thumb <http-link-of-image>
%custom thumb disable | Disable custom Thumbnail
```

### Add Image:

* **This add a custom image on the embed**

```
%custom image <http-link-of-image>
%custom image disable | Disable custom image
```

### **Add remind Avatar:**

* **This changes the bot avatar on a specific added one**

```
%custom avatar <http-link-of-image>
```

### Change Remind Bot name:

* **This changes the bot name on a specific added one**

```
%custom name <name>
```

## Channel Lockdown on Bump:

**When you bump, the channel will be locked so others can not bump, which can prevent spam on the channel. It denys the `Send_Message` for everyone and reset its to neutral, when the server is bumpable, so normal members can bump again.**

### **Activate Feature:**

* **Consider that you have to add a Bump Channel (`%setup add #channel`) to use this feature**
* **`%chstat lock enable` -> enables the lock feature on next Bump**

### **Disable Feature:**

* **`%chstat lock disable` -> This disables the Feature again**


---

# 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://bumpreminder.gitbook.io/bump-reminder/setup-bump-reminder/further-customization.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.
