/create-raffle

Create a new raffle in the Points Parlor.

Server managers can use this command to create a new raffle. This command has the following customization parameters:

  • raffle_name - The name of the raffle.

  • raffle_description - The description of the raffle.

  • ticket_price - The price of a raffle ticket.

  • raffle_duration - The duration of the raffle in hours.

  • maximum_tickets_per_user - The maximum number of tickets a user can buy.

  • total_winners - [Optional] The total number of winning tickets (Default value: 1).

  • raffle_image_url - [Optional] URL of a custom image or GIF to be placed on the raffle embed

For example, using the command above will create a new raffle for Foxbyte NFT which lasts for 24 hours. A raffle ticket will cost 100 and each user can only buy a maximum of 10 tickets.

IMPORTANT: If user tries to create a new raffle with the same name as an already existing active raffle, the following message will be prompted instead:

Last updated