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

# Confession

> Setup anonymous confessions for your server members

## Set a Channel

<p>
  Start by using the `confession set` command.<br />
  Every **confession** made will be sent to the **channel** you provided.
</p>

<CodeGroup>
  ```javascript Syntax theme={null}
  ;confession set (channel)
  ```

  ```javascript Example theme={null}
  ;confession set #confessions
  ```
</CodeGroup>

<Frame>
  <img src="https://mintcdn.com/haunt-74016d1b/mg-Ayge0pjNjx9PH/images/miscellaneous/confession/set.png?fit=max&auto=format&n=mg-Ayge0pjNjx9PH&q=85&s=e6f6d4825544798cacae8db151bec2e2" width="560" height="152" data-path="images/miscellaneous/confession/set.png" />
</Frame>

## Disable Confessions

<CodeGroup>
  ```javascript Syntax theme={null}
  ;confession disable
  ```

  ```javascript Example theme={null}
  ;confession disable
  ```
</CodeGroup>

## Send a Confession

<CodeGroup>
  ```javascript Syntax theme={null}
  /confession send (confession)
  ```

  ```javascript Example theme={null}
  /confession send i'm the secret owenr of haunt
  ```
</CodeGroup>

<Frame>
  <img src="https://mintcdn.com/haunt-74016d1b/mg-Ayge0pjNjx9PH/images/miscellaneous/confession/send.png?fit=max&auto=format&n=mg-Ayge0pjNjx9PH&q=85&s=c6ee38e1515c1fa697c903ee4079bd60" width="1256" height="223" data-path="images/miscellaneous/confession/send.png" />
</Frame>

Both **replies** and **attachments** are optional for when you send your **confession**
