/giveaway
Tip
This command requires the administrator permission by default.
To learn how to change this, please check the faq command.
All of the commands related to giveaways
/giveaway create
Creates a giveaway in your server.
Users can sign up for this giveaway by clicking the button below the posted embed.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| winners | int | The amount of possible winners. | None |
| title | str | A title for your giveaway - will also be the title of the embed. | None |
| days_hours_minutes | For example 10d5h2m would end the giveawayh in 10 Days, 5 Hours, 2 Minutes. |
None | |
| specific_date | A specific date for the giveaway to end on, in the format of YYYY-MM-DD HH:MM. This will assume UTC time. | None | |
| description | str | An optional description for your giveaway. Defaults to None. | None |
/giveaway cancel
Cancels an existing giveaway.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | app_commands.Transform[str, MessageTransformer] | A link or ID of a message with a giveaway attached to it. | None |
/giveaway date
Changes the date of a provided giveaway.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | app_commands.Transform[str, MessageTransformer] | A link or ID of a message with a giveaway attached to it. | None |
| date | app_commands.Transform[str, DateHoursMinutesTransformer] | The new date for the giveaway in the format of YYYY-MM-DD HH:MM - assumes UTC time |
None |
/giveaway winners
Changes the amount of winners for a provided giveaway.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | app_commands.Transform[str, MessageTransformer] | A link or ID of a message with a giveaway | None |
| winners | app_commands.Range[int, 1, None] | The new amount of winners this giveaway should get. | None |
/giveaway title
Changes the title of a provided giveaway.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | app_commands.Transform[str, MessageTransformer] | A link or ID of a message with a giveaway. | None |
| title | str | The new title the giveaway should get. | None |
/giveaway participants
Shows you the amount of users currently signed up for a giveaway
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | app_commands.Transform[str, MessageTransformer] | A link or ID of a message with a giveaway. | None |
/giveaway reroll
Rerolls a specified amount of winners for a giveaway
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
| message | app_commands.Transform[str, MessageTransformer] | A link or ID of a message with a giveaway. | None |
| winners | int | The amount of winners you'd like to reroll. | None |