diff options
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default-config.json b/default-config.json index bc4c9c0..0448a1a 100644 --- a/default-config.json +++ b/default-config.json @@ -12,10 +12,11 @@ "youtubeApiKey": "AIzaSyDTk1OPRI9cDkAK_BKsBcv10DQCHse-QaA", "youtubePlaylistLimit": 50, "permissions": { + "banned": [], "guest": ["writeChat", "addVideo", "removeVideo", "changeOrder", "requestLeader", "rewind"], "user": ["guest"], "leader": ["user"], - "admin": ["user", "clearChat", "setLeader", "lockPlaylist"] + "admin": ["user", "clearChat", "setLeader", "lockPlaylist", "banClient"] }, "emotes": [ {"name": ":adorable:", "image": "https://i.imgur.com/5GxNwDY.png"}, |
