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

# clownboard

> Learn to setup our clownboard step by step

***

<Accordion title="threshold">
  thresholds

  <CodeGroup>
    ```text threshold theme={null}
    [1,4,8,10]
    ```

    ```text example theme={null}
    ;clownboard set #clownboard ☠️ 5
    ```
  </CodeGroup>
</Accordion>

<Steps>
  <Step title="Set channel and threshold, emoji">
    ;clownboard set (channel) (emoji) (threshold)
  </Step>

  <Step title="IF needed chnage clownbaord emoji">
    ;clownboard emoji 🥀5
  </Step>

  <Step title="attachments true or false">
    ;clownboard attachments (value)
  </Step>

  <Step title="ignore">
    ;clownboard ignore (target)
    example:
    ;clownboard ignore #chat
    clownboard ignore @members
    clownboard ignore @user9884993499999189
  </Step>

  <Step title="jumpurl true or false">
    ;clownboard jumpurl (value)
  </Step>

  <Step title="timestamp true or false">
    ;clownboard timestamp (value)
  </Step>
</Steps>

<Warning>require <code>manage\_guild</code> permission</Warning>

***
