diff options
| author | RblSb <msrblsb@gmail.com> | 2021-08-10 03:22:27 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-08-10 07:56:57 +0300 |
| commit | f972d4b7b1c6a69ab20cd2aee5a43df702796075 (patch) | |
| tree | 608f8031ef7e0885143eaf8670275171112c4e9a /default-config.json | |
| parent | 96e10fe71d6428eed4bb2f120bc4b3a2801ff4be (diff) | |
Ban/unban commands
/ban Name 3d10h20m59s
/ban Name 2h30m
/unban Name
/removeBan Name
see #26
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"}, |
