bug fixes, Reaction Toggle Role, Booster Exclusive roles
This commit is contained in:
@@ -25,9 +25,25 @@ CmdChannels = bot,bot2,bot3
|
||||
#Allow users to toggle these roles
|
||||
ToggleRoles = role1,role2,role3
|
||||
|
||||
#Restrict these toggle roles to boosters. Will be removed on boost cancel
|
||||
Boost-Exclusive-Roles = role2,role3
|
||||
|
||||
#Treat these roles like booster.
|
||||
Treat-Like-Booster = Nitro Booster,silver,gold
|
||||
|
||||
#Bot can automatically assign role upon user join
|
||||
UseCustomDefaultRole = true
|
||||
|
||||
#This role will give Biscuit mod commands to users with the role
|
||||
ModRole = biscuit-key
|
||||
|
||||
#This role will give complete admin bot access to users with the role
|
||||
AdminRole = biscuit-admin
|
||||
|
||||
#In these channels, the bot will toggle roles for the ToggleRoles for anyone
|
||||
#who reacts to a message with [Toggle <Role name>]
|
||||
Toggle-Role-React-Channels = roles1,roles2,roles3
|
||||
|
||||
#Does nothing if UseCustomDefaultRole is off
|
||||
DefaultRoleName = Standard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user