diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-06 05:15:39 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-06 05:15:39 +0300 |
| commit | 0d8168027c993e9ebea97b8f24c87740378b5d10 (patch) | |
| tree | 3a84507d8834587292617aa900a5a7fdf74d7e6b /default-config.json | |
| parent | b07c4c31e233dc1eb40c848788e002614402c1ea (diff) | |
Basic permissions
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/default-config.json b/default-config.json index f569962..488532f 100644 --- a/default-config.json +++ b/default-config.json @@ -6,7 +6,12 @@ "totalVideoLimit": 0, "userVideoLimit": 0, "templateUrl": "https://youtube.com/watch?v=iY1QHpp6iEE", - "leaderRequest": "everyone", + "permissions": { + "guest": ["writeChat", "addVideo", "removeVideo", "changeOrder", "requestLeader", "rewind"], + "user": ["guest"], + "leader": ["user"], + "admin": ["user", "clearChat", "setLeader", "lockPlaylist"] + }, "emotes": [ {"name": ":adorable:", "image": "https://i.imgur.com/5GxNwDY.png"}, {"name": ":angry:", "image": "https://i.imgur.com/Mx9lhMZ.png"}, |
