forked from Galactic/galactic-bot
blergh
This commit is contained in:
parent
928fe8824f
commit
c981af74c1
@ -542,7 +542,7 @@ module.exports = class AutoModeration extends Observer {
|
|||||||
}
|
}
|
||||||
const valid = await resolver.validateDomain(domain);
|
const valid = await resolver.validateDomain(domain);
|
||||||
if (!valid) {
|
if (!valid) {
|
||||||
this.client.emit('linkFilterWarn', { message: guild.format('LINKFILTER_WARN', { domain }) });
|
this.client.emit('linkFilterWarn', { message: wrapper.format('LINKFILTER_WARN', { domain }) });
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user