-
Notifications
You must be signed in to change notification settings - Fork 1
Managing Raffle Settings
All commands listed with the default prefix of ! if you have changed the prefix on your server use that instead. see set-prefix command
By default, any user with a role that has the administrator permission can start draw and end raffles. however you can allow other users of your server to run raffles by granting roles access to the raffle system.
call the command:
!raffle role
the bot will return a list of all roles currently have access to run raffles
** will return nothing if there are no roles allowed to run raffles**
To add a role to the bot call the command:
!raffle role add <the full name of the role you would like to add>
any user with this role will be allowed to run raffles
Removing a role is simple call:
!raffle role remove <role name>
If you need to prevent a user from entering future raffles you can ban them and the bot will not allow them to enter. This ban will persist if the user leaves your server and rejoins.
Note when banning a user their name will NOT automatically be removed from any active raffle, you must remove them with the Withdraw command.
you can see what users are banned from raffles by calling:
!raffle user
call the command:
!raffle user ban @user1 @user2...
the bot will then add all mentioned users to the ban list
you can unban users too by calling:
!raffle user unban @user1 @user2...
the bot will unban all mentioned users