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

# Configuration

> Administer and configure the statistics module.

# Configuration

> Administer and configure the statistics module.

## Setup & Administration

As a server administrator, you can toggle features, ignore specific channels, and manually adjust users' statistics.

## General Configuration

### Ignore Channels/Roles

```bash theme={null} theme={null}
;stats ignore (channel/role)
```

Ignore a channel or role from statistics tracking (great for staff channels or bot-spam).

### Unignore Channels/Roles

```bash theme={null} theme={null}
;stats unignore (channel/role)
```

Stop ignoring a channel or role.

### View Ignored

```bash theme={null} theme={null}
;stats ignored
```

View the list of ignored channels and roles.

## Message Configuration

### Tracking Toggle

```bash theme={null} theme={null}
;messages tracking
```

Toggle message tracking on or off for the entire server.

### Edit Messages

```bash theme={null} theme={null}
;messages add (user) (amount)
;messages remove (user) (amount)
;messages set (user) (amount)
```

Manually adjust a user's total message count.

### Reset Messages

```bash theme={null} theme={null}
;messages reset [user]
```

Reset all messages for a specific user, or omit the user to reset the whole server.

## Streaks Configuration

### Streak Toggle

```bash theme={null} theme={null}
;streaks toggle
```

Enable or disable the streak system for the server.

### Set Threshold

```bash theme={null} theme={null}
;streaks threshold (amount)
```

Set the number of messages a user must send per day to maintain their streak.

### Claim Mode

```bash theme={null} theme={null}
;streaks mode (manual/auto)
```

Choose whether streaks automatically increase when chatting or if members must explicitly run `;streaks claim`.

### Claim Channel

```bash theme={null} theme={null}
;streaks channel <#channel>
```

Set a specific channel where streak claims must be sent.

### Milestone Reward

```bash theme={null} theme={null}
;streaks reward (role)
```

Set a role to be automatically given to members who hit certain streak milestones.

### Edit Streaks

```bash theme={null} theme={null}
;streaks add (user) (amount)
;streaks remove (user) (amount)
```

Manually increase or decrease a user's streak count.
