> ## Documentation Index
> Fetch the complete documentation index at: https://greed.best/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Counting

> A simple, addictive counting game for your server.

## Overview

The counting system turns a channel into a cooperative game where members take turns counting up. It's a great way to increase engagement and keep your community active.

## Getting Started

Enable counting in the current channel. greed will immediately start the count .

<CodeGroup>
  ```javascript command theme={null}
  ,counter add (metric raw) (kind raw)
  ```

  ```text example theme={null}
  ,counter add members voice
  ```
</CodeGroup>

use `,counter options` for every **metric** and **channel kind**; wrong metrics still list canon names in the error.

once added greed will automatically creates the type of channel u chose **voice**, **text**, **category**, **announce**, or **stage**.

***

## Management

### Configuration

* `,counter remove #channel`: Turn off counting in the current channel.
