Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stellarbot.dev/llms.txt

Use this file to discover all available pages before exploring further.

Giveaways are one of the most effective ways to spike engagement and reward your community. Stellar handles the entire flow for you: post a giveaway embed, collect entries through a button click, pick winners automatically when time runs out, and reroll if a winner is unreachable. No bots to configure separately — everything runs through Stellar’s /giveaway commands.

How giveaways work

When you start a giveaway, Stellar posts an embed in the target channel with a Join Giveaway button and a Participants button. Members click Join Giveaway to enter. When the giveaway duration expires, Stellar automatically selects the configured number of winners at random and updates the embed to announce them. If you need to pick new winners — for example, if a winner cannot claim the prize — use /giveaway reroll.

Requirements

Both giveaway commands require the Manage Guild permission.

Commands

/giveaway start [length] [prize] [winners] [channel]

Starts a new giveaway.
ParameterRequiredDescription
lengthYesHow long the giveaway runs. Minimum 5 minutes, maximum 90 days.
prizeYesThe name of the prize. Maximum 255 characters.
winnersYesNumber of winners to select. Must be 1 or more.
channelNoChannel to post the giveaway in. Defaults to the current channel.
Example usage:
/giveaway start length:1d prize:Discord Nitro winners:1
/giveaway start length:2h prize:$25 Steam Gift Card winners:3 channel:#giveaways
The giveaway embed footer displays the Giveaway ID. Save this if you think you may need to reroll later.

/giveaway reroll [giveawayid]

Selects a new set of winners for a giveaway that has already ended.
ParameterRequiredDescription
giveawayidYesThe numeric ID shown at the bottom of the giveaway embed.
The command only works on completed giveaways. If the giveaway is still running, Stellar will return an error. Example usage:
/giveaway reroll giveawayid:8473920183746512
Last modified on May 6, 2026