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:
parent
b60a4ce8fc
commit
fb4f70a29c
3 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue