forked from Supositware/Haha-Yes
Change inhibitor type to all
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
ec7b0d9407
commit
18c0b62b48
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@ const guildBlacklist = require('../../models').guildBlacklist;
|
|||
class serverblacklistInhibitor extends Inhibitor {
|
||||
constructor() {
|
||||
super('serverblacklist', {
|
||||
reason: 'serverblacklist'
|
||||
reason: 'serverblacklist',
|
||||
type: 'all'
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -17,4 +18,4 @@ class serverblacklistInhibitor extends Inhibitor {
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = serverblacklistInhibitor;
|
||||
module.exports = serverblacklistInhibitor;
|
||||
|
|
Loading…
Reference in a new issue