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

# Giveaway Commands

> Complete reference for Giveaway commands in Flare.

Below is a complete, searchable reference for all **Giveaway** commands available in Flare.

## `gend`

end an active giveaway early

<Accordion title="View Details: /gend">
  **Usage**

  ```bash theme={null}
  /gend <message id>
  ```

  **Aliases**
  `endgw`, `giveawayend`

  **Required Permissions**
  `PermissionFlagsBits.ManageGuild`

  **Examples**

  ```bash theme={null}
  /gend 1234567890
  ```
</Accordion>

***

## `greroll`

reroll winners for a finished giveaway

<Accordion title="View Details: /greroll">
  **Usage**

  ```bash theme={null}
  /greroll <message id>
  ```

  **Aliases**
  `rerollgw`, `giveawayreroll`

  **Required Permissions**
  `PermissionFlagsBits.ManageGuild`

  **Examples**

  ```bash theme={null}
  /greroll 1234567890
  ```
</Accordion>

***

## `gstart`

start a giveaway in the current channel

<Accordion title="View Details: /gstart">
  **Usage**

  ```bash theme={null}
  /gstart <duration> <winners> <prize>
  ```

  **Aliases**
  `startgw`, `gcreate`

  **Required Permissions**
  `ManageGuild`

  **Examples**

  ```bash theme={null}
  /gstart 12h 1 Nitro
  /gstart 2d 3 Nitro Basic
  ```
</Accordion>

***
