Giveaway

Guides on giveaway module

Creating the Giveaway

  1. Type /giveaway create in the chat of the Discord server where you want to host the giveaway. This will start the creation process.

  2. Select the channel where you want to host the giveaway from the list of channels provided in the channel field.

  3. Enter the duration of the giveaway in the time field. The duration should be in the format of a number followed by either s for seconds, m for minutes, h for hours, or d for days. For example, 5m would set the duration to 5 minutes or 1d10m would set the duration to 1 day and 10 minutes.

  4. Enter the number of winners you want to select for the giveaway in the winners field. The number of winners should be between 1 and 10.

  5. Enter the prize that will be given to the winners in the price field.

  6. Fill in other optional paramteres which you would like to use.

  7. Once you have entered all the necessary and optional information, run the command to create the giveaway. The bot will announce the giveaway in the channel you selected, and users will be able to enter by clicking the button bellow the giveaway message.

Scheduling the giveaway

You can schedule a creation of a giveaway using schedule create command. It works just like normal giveaway command, but it has two addtional parameters. interval option is the amount of time between each giveaway and start-in option is the amount of time before the first giveaway is created, it works like the delay option in giveaway create.

When everything is read run the command, and the schedule will be created. You can get more information about it using schedule info command.

Editing the schedule

You can easily edit nearly every parameter of a schedule using schedule edit, command. Enter the schedule ID and choose which parameter you would like to change, than run the command. If you don't know the ID of the schedule, you can always check it using schedule info command.

Last updated