Fun Commands
Giveaway
Section titled “Giveaway”Create and manage giveaways with entry tracking and fair winner selection.
Start a Giveaway
Section titled “Start a Giveaway”/giveaway start <duration> <prize> [winners] [description] [required_role] [min_account_age] [min_server_age] [notify_winners]| Option | Description |
|---|---|
duration | How long the giveaway lasts (e.g., 1h, 1d, 1w) |
prize | What you’re giving away (required) |
winners | Number of winners (default: 1, max: 20) |
description | Additional details |
required_role | Role required to enter |
min_account_age | Minimum Discord account age in days |
min_server_age | Minimum server membership in days |
notify_winners | DM winners when selected (default: true) |
Note: You must configure a giveaway channel first with /settings giveaway <channel>.
Manage Giveaways
Section titled “Manage Giveaways”/giveaway end <message_id> # End a giveaway early/giveaway reroll <message_id> [count] # Pick new winner(s)/giveaway cancel <message_id> # Cancel without picking winners/giveaway list [status] # List giveaways (active/ended/all)/giveaway info <message_id> # View giveaway detailsHow It Works
Section titled “How It Works”- Users click the Enter button to join
- Users can click Leave to withdraw
- When the giveaway ends, winners are selected using cryptographic randomness
- Winners are announced in the channel and optionally DMed
- Use
/giveaway rerollif a winner doesn’t respond
Create polls using Discord’s native Poll feature.
Create a Poll
Section titled “Create a Poll”/poll create <question> <options> [duration] [anonymous] [multiple]| Option | Description |
|---|---|
question | The poll question (max 300 chars) |
options | Options separated by | (e.g., “Yes | No | Maybe”) |
duration | Poll duration (default: 24h, max: 7d) |
anonymous | Hide who voted (default: false) |
multiple | Allow multiple selections (default: false) |
Example:
/poll create question:What game should we play? options:Minecraft | Valorant | Fortnite duration:1dManage Polls
Section titled “Manage Polls”/poll end <message_id> # End a poll early/poll results <message_id> # View detailed results- Polls use Discord’s native poll feature
- Maximum 10 options per poll
- Options must be unique
- Poll creator or moderators can end polls early