UseDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/resynceddesign/giveawaybot/llms.txt
Use this file to discover all available pages before exploring further.
/greroll to select a fresh set of winners from the original entry pool of a giveaway that has already ended. This is useful when a previous winner cannot be reached, has left the server, or needs to be disqualified.
Parameters
The message ID of the ended giveaway. This is the same ID used with
/gend — the ID of the bot’s original giveaway message.Behavior
When/greroll is run, the bot:
- Looks up the giveaway by the provided message ID and confirms it belongs to the current server. If no matching giveaway is found, it responds with “Invalid giveaway ID”.
- Checks that the giveaway is no longer active. If the giveaway is still running (
status=1), it responds with “This giveaway is not ended yet” and stops. - Draws new winners at random from all entries recorded during the original giveaway period.
- If the entry pool is empty, it responds with “No one entered the giveaway” and stops.
- Posts a message in the original giveaway channel: New Winner(s): @mention (comma-separated if multiple winners).
- Replies to you with an ephemeral confirmation: “New Winners have been selected”.