Added Config for Rolesetter

This commit is contained in:
Ralph 2017-10-27 01:24:16 -04:00 committed by GitHub
parent a99d91b04c
commit 2575972e85

View file

@ -16,5 +16,9 @@
"moderation":{
"perms": ["LBRY MODS","LBRY TEAM"], // Roles that have access to all commands.
"logchannel": "371620338263523328" // Channel to log the bots moderation..
},
"rolelist":{
"allowedroles": {"Role1":"Role1", "Role2":"Role2"},
"listedroles": ["Role1","Role2"]
}
}
}