-
Notifications
You must be signed in to change notification settings - Fork 1
Running a Raffle
All commands listed with the default prefix of ! change this if you have changed the prefix on your server see set-prefix command
First you must enable raffles in the channels you would like to run raffles in. this only needs to be done once.
Run the enable command
!raffle enable
you can call this command again to disable raffles in a channel if you have changed your mind
Starting a raffle is rather straight forward. call the command:
!raffle open
this will open a raffle to entries in the text channel it was called as well as clear any previously existing raffle entrants from the system if it wasn't cleared before.
while the raffle is open. you can call the command:
!raffle
to see the current status of the raffle as well as how many entries you have
To enter, entrants call the command:
!enter or !raffle enter (they both do the same thing)
this will add their name to the list of potential winners
if you wish to close a raffle to entrants before drawing a winner call the command:
!raffle close
this will close the raffle and prevent any further entries. the raffle however is still active and can be drawn from at any time
To draw a winner simply call the command:
!raffle draw
this will close the raffle to new entries (if not done previously) and select, at random, one name from the list then announce the winner. However the raffle is still active, but closed. So you can draw as many names as you have entries.
To end the raffle and clear the entries call the command:
!raffle end
this will clear the raffle from the channel completely allowing you to start fresh for the next raffle.