diff --git a/config/default.json.example b/config/default.json.example index c5d4fb5..ba9c47d 100644 --- a/config/default.json.example +++ b/config/default.json.example @@ -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"] } -} \ No newline at end of file +}