Giveaway
Command category for hosting and managing giveaways in Kythia.
/giveaway
🎉 Host, manage, and reroll giveaways in your server.
Usage
/giveaway start <duration> <winners> <prize> [description] [color] [role]
/giveaway end <giveaway>
/giveaway cancel <giveaway>
/giveaway reroll <giveaway>
Subcommands
/giveaway start <duration> <winners> <prize> — Start a new giveaway.
| Option | Type | Required | Description |
|---|---|---|---|
duration |
Text | ✅ | How long the giveaway runs (e.g. 1d 2h) |
winners |
Integer | ✅ | Number of winners |
prize |
Text | ✅ | What's being given away |
description |
Text | — | Extra description for the giveaway |
color |
Text | — | Embed hex color (e.g. #FF00FF) |
role |
Role | — | Required role to enter |
/giveaway end <giveaway> — End a giveaway early and draw winners.
| Option | Type | Required | Description |
|---|---|---|---|
giveaway |
Text | ✅ | Search and select an active giveaway |
/giveaway cancel <giveaway> — Cancel a running giveaway without drawing winners.
| Option | Type | Required | Description |
|---|---|---|---|
giveaway |
Text | ✅ | Search and select an active giveaway |
/giveaway reroll <giveaway> — Reroll and pick new winners for a finished giveaway.
| Option | Type | Required | Description |
|---|---|---|---|
giveaway |
Text | ✅ | Search and select an ended giveaway |