> For the complete documentation index, see [llms.txt](https://docs.bars.delvedev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bars.delvedev.com/master.md).

# Setup

{% hint style="danger" %}
Please note that Bars is still in development, and a lot of features are not released on the stable build as of yet.
{% endhint %}

### Prefix

This command changes the [prefix](/info/key-terms.md#prefix). The default prefix for Bars is `$`.

```javascript
$prefix <prefix>
```

### Member Logging

Bars will currently only log new joins along with their reputation and their previous infractions, warns, bans, ect. To set the [logging channel](/info/key-terms.md#prefix), use the following command.

```javascript
$logchannel <#channel | channelID>
```

{% hint style="info" %}
Whenever you are required to add a discord mention, IDs always work
{% endhint %}

### Mute Role

If you want to be able to use Bars' mute and auto-mute functionalities, you must first set up a [mute role](/info/key-terms.md#mute-role). However, you also need to check that the Permissions are correctly configured too.&#x20;

```javascript
$muterole <@role | role ID>
```

###
