# Premium Commands

By subscribing to a premium chillbot subscription, you will unlock access to 2 additional bots with higher quality and stability than the normal bot!

All bots use the prefix /.

> ChillBot Premium has the same commands from the free version of ChillBot and more which are shown below

ChillBot Premium 1 Invite link [here](https://discord.com/oauth2/authorize?client_id=836913540832034826\&permissions=49630272\&scope=bot%20applications.commands).

ChillBot Premium 2 Invite link [here](https://discord.com/oauth2/authorize?client_id=794627202775777303\&permissions=49630272\&scope=bot%20applications.commands).

{% hint style="info" %}
Parameters in between **< >** are mandatory. Parameters on either side of the " **| "** means you choose either **one.**
{% endhint %}

## DJ Role

DJ role allows members without `manage messages` permission to stop the bot from playing music. To add a DJ role, first create a role then  use the `djrole add` command followed by a role. You can either mention the role OR use the role ID. You can only have 1 DJ role

You can check if there is already a djrole with `djrole info` command.

```
/djrole info
```

```
/djrole add <@ROLE_HERE|ROLE_ID_HERE|ROLE_NAME>
```

You can remove a DJ role by using the `djrole remove`command

```
/djrole remove
```

## Volume

You can set the default volume of chillbot using the Volume command. You can set the volume level from **1-100**

{% hint style="info" %}
This is different from users manually changing the volume by clicking on the bot.&#x20;
{% endhint %}

```
/volume 75
```

## &#x20;Streams

ChillBot Premium has multiple streams that you can use from.  To get a list of streams use the `station` command. This also gives you links to the streams we use.

```
/station <station>
```

![](/files/44VwmZduX3ghaulYlQUD)

## Premium Guild&#x20;

To activate chillbot premium

```
/premium config add
```

To remove a premium server

```
/premium config remove (ID)
```

You can remove a guild by ID if you are not anymore on the server.

To get an overview of all your premium servers and how many can still be upgraded just do :&#x20;

```
/premium config list
```

You can see an example here :&#x20;

![the numbers next to the server names are the id if you want to retrieve them to remove a server via the id](/files/1LNbxQlc6N7KEdolSD8F)


---

# 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.chillbot.me/premium-commands.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.
