Added !serverannounce command.
This commit is contained in:
parent
375cdfb3d8
commit
df18b4d783
4 changed files with 35 additions and 0 deletions
|
|
@ -46,6 +46,12 @@ module.exports.permissionsValidator = {
|
|||
options: module.exports.isRank
|
||||
},
|
||||
},
|
||||
'permissionsMap.announce': {
|
||||
optional: true,
|
||||
custom: {
|
||||
options: module.exports.isRank
|
||||
},
|
||||
},
|
||||
'permissionsMap.banUser': {
|
||||
optional: true,
|
||||
custom: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue