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

# Giveaways

> Create and manage giveaways in your server.

The Giveaway system allows you to host automated giveaways directly in Discord.

Members can enter by reacting to the giveaway message, and BlaZe will automatically select winners when the giveaway ends.

## Starting a Giveaway

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

Example:

```bash theme={null}
?gstart 7d 1 Nitro Basic
```

```bash theme={null}
?gstart 12h 3 Discord Nitro
```

The giveaway message will be created automatically and members can enter by reacting to it.

## Giveaway Duration

Supported time units include:

```txt theme={null}
m = Minutes
h = Hours
d = Days
w = Weeks
```

Examples:

```txt theme={null}
12h          -> 12 hours
7d6h         -> 7 days and 6 hours
2weeks3days  -> 2 weeks and 3 days
```

## Ending a Giveaway Early

```bash theme={null}
?gend <message_id>
```

or reply to the giveaway message and use:

```bash theme={null}
?gend
```

The giveaway will end immediately and winners will be selected.

## Rerolling Winners

Reply to an ended giveaway and use:

```bash theme={null}
?greroll
```

A new winner will be selected from the original participants.

<Info>
  Only ended giveaways can be rerolled.
</Info>

## Viewing Active Giveaways

```bash theme={null}
?glist
```

Displays all currently running giveaways in the server.

The list includes:

* Prize
* Host
* Winners
* End Time
* Giveaway Channel
* Giveaway Message

## Giveaway Managers

Servers can assign a Giveaway Manager role.

Members with this role can manage giveaways without requiring the Manage Server permission.

### Set Giveaway Manager Role

```bash theme={null}
?grole <role>
```

Example:

```bash theme={null}
?grole @Giveaway Managers
```

### View Current Giveaway Manager Role

```bash theme={null}
?grole
```

### Remove Giveaway Manager Role

```bash theme={null}
?grolereset
```

## Important Notes

* Members enter giveaways by reacting to the giveaway message.
* Bot accounts are automatically ignored when selecting winners.
* If there are not enough participants, winners will not be selected.
* Prime plans may increase giveaway limits and maximum giveaway duration.
