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

# Configuration

> This page shows you how to configure your giveaways.

<Warning>
  `<>` means an argument is required, `[]` means it's optional
</Warning>

### Set giveaway embed

Set the embed content used for giveaways.

<CodeGroup>
  ```js Syntax theme={null}
  /giveaway embed <response_name>
  ```
</CodeGroup>

* `response_name` (text): required <br />
  The custom content name to use as the giveaway embed.

### Set reaction

Set the reaction emoji used for giveaways.

<CodeGroup>
  ```js Syntax theme={null}
  /giveaway reaction <reaction>
  ```
</CodeGroup>

* `reaction` (text): required <br />
  The emoji used for giveaway reactions.

### Set winner message

Set the message sent when winners are chosen.

<CodeGroup>
  ```js Syntax theme={null}
  /giveaway winner-message <response_name>
  ```
</CodeGroup>

* `response_name` (text): required <br />
  The custom content name to use for the winner message.

### Set deny message

Set the deny message for button-mode giveaways.

<CodeGroup>
  ```js Syntax theme={null}
  /giveaway deny-message <response_name>
  ```
</CodeGroup>

* `response_name` (text): required <br />
  The custom content name to use for the deny message.

### Set claim-time message

Set the claim-time reminder message for giveaways.

<CodeGroup>
  ```js Syntax theme={null}
  /giveaway claim-time-message <response_name>
  ```
</CodeGroup>

* `response_name` (text): required <br />
  The custom content name to use for the claim-time message.

### Set claim-time-over message

Set the message sent when claim time expires.

<CodeGroup>
  ```js Syntax theme={null}
  /giveaway claim-time-over-message <response_name>
  ```
</CodeGroup>

* `response_name` (text): required <br />
  The custom content name to use for the claim-time-over message.

### Set accept message

Set the accept message for button-mode giveaways.

<CodeGroup>
  ```js Syntax theme={null}
  /giveaway accept-message <response_name>
  ```
</CodeGroup>

* `response_name` (text): required <br />
  The custom content name to use for the accept message.

### Set void message

Set the message sent when there are no valid entries.

<CodeGroup>
  ```js Syntax theme={null}
  /giveaway no-entries-message <response_name>
  ```
</CodeGroup>

* `response_name` (text): required <br />
  The custom content name to use for the no-entry message.
