3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 04:25:01 +00:00

added can_unban permission for the unban command (#200)

This commit is contained in:
Almeida 2021-05-06 19:13:06 +01:00 committed by GitHub
parent b60a4ce8fc
commit fb4f70a29c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -71,6 +71,7 @@ const defaultOptions = {
can_mute: false,
can_kick: false,
can_ban: false,
can_unban: false,
can_view: false,
can_addcase: false,
can_massunban: false,
@ -90,6 +91,7 @@ const defaultOptions = {
can_mute: true,
can_kick: true,
can_ban: true,
can_unban: true,
can_view: true,
can_addcase: true,
},